Home
last modified time | relevance | path

Searched refs:cudaStream_t (Results 1 – 25 of 149) sorted by relevance

123456

/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu99 … <class Transform> void buildWarpMaps_caller(PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_t stream) in buildWarpMaps_caller()
111 …buildWarpAffineMaps_gpu(float coeffs[2 * 3], PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_t stream) in buildWarpAffineMaps_gpu()
118 …WarpPerspectiveMaps_gpu(float coeffs[3 * 3], PtrStepSzf xmap, PtrStepSzf ymap, cudaStream_t stream) in buildWarpPerspectiveMaps_gpu()
143 … void call(PtrStepSz<T> src, PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool) in call()
266 …hole, int xoff, int yoff, PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc… in call()
277 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warp_caller()
279 …hole, int xoff, int yoff, PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc… in warp_caller()
311 … int borderMode, const float* borderValue, cudaStream_t stream, bool cc20) in warpAffine_gpu()
318 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
320 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
[all …]
Dpyr_up.cu147 … template <typename T> void pyrUp_caller(PtrStepSz<T> src, PtrStepSz<T> dst, cudaStream_t stream) in pyrUp_caller()
159 template <typename T> void pyrUp_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream) in pyrUp_gpu()
164 template void pyrUp_gpu<uchar>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
166 template void pyrUp_gpu<uchar3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
167 template void pyrUp_gpu<uchar4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
174 template void pyrUp_gpu<ushort>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
176 template void pyrUp_gpu<ushort3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
177 template void pyrUp_gpu<ushort4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
179 template void pyrUp_gpu<short>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
181 template void pyrUp_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
[all …]
Dpyr_down.cu176 …te <typename> class B> void pyrDown_caller(PtrStepSz<T> src, PtrStepSz<T> dst, cudaStream_t stream) in pyrDown_caller()
190 template <typename T> void pyrDown_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream) in pyrDown_gpu()
195 template void pyrDown_gpu<uchar>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
197 template void pyrDown_gpu<uchar3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
198 template void pyrDown_gpu<uchar4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
205 template void pyrDown_gpu<ushort>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
207 template void pyrDown_gpu<ushort3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
208 template void pyrDown_gpu<ushort4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
210 template void pyrDown_gpu<short>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
212 template void pyrDown_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
[all …]
Dresize.cu184 …est_glob(const PtrStepSz<T>& src, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call_resize_nearest_glob()
211 …ear_glob(const PtrStepSz<T>& src, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call_resize_linear_glob()
255 …bic_glob(const PtrStepSz<T>& src, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call_resize_cubic_glob()
304 …le*/, int /*yoff*/, int /*xoff*/, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
312 …T>& srcWhole, int yoff, int xoff, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
342 …le*/, int /*yoff*/, int /*xoff*/, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
350 …T>& srcWhole, int yoff, int xoff, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
380 …le*/, int /*yoff*/, int /*xoff*/, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
388 …T>& srcWhole, int yoff, int xoff, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
413 …c, const PtrStepSz<T>&, int, int, const PtrStepSz<T>& dst, float fy, float fx, cudaStream_t stream) in call()
[all …]
Dremap.cu72 …epSzf mapx, PtrStepSzf mapy, PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool) in call()
197 PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc20) in call()
207 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc… in remap_gpu()
210 PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc20); in remap_gpu()
241 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
243 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
244 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
251 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
253 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
254 …Szb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc…
[all …]
/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_radius_match.cu116 …trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, cudaStream_t stream) in matchUnrolled()
134 cudaStream_t stream) in matchUnrolled()
224 cudaStream_t stream) in match()
242 cudaStream_t stream) in match()
277 cudaStream_t stream) in matchDispatcher()
308 cudaStream_t stream) in matchDispatcher()
341 cudaStream_t stream) in matchL1_gpu()
357 …rainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, cudaStream_t stream);
359 …rainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, cudaStream_t stream);
360 …rainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, cudaStream_t stream);
[all …]
Dbf_match.cu172 cudaStream_t stream) in matchUnrolledCached()
231 cudaStream_t stream) in matchUnrolledCached()
330 cudaStream_t stream) in matchUnrolled()
387 cudaStream_t stream) in matchUnrolled()
485 cudaStream_t stream) in match()
541 cudaStream_t stream) in match()
561 cudaStream_t stream) in matchDispatcher()
592 cudaStream_t stream) in matchDispatcher()
625 cudaStream_t stream) in matchL1_gpu()
641 …nst PtrStepSzb& mask, const PtrStepSzi& trainIdx, const PtrStepSzf& distance, cudaStream_t stream);
[all …]
Dbf_knnmatch.cu412 cudaStream_t stream) in matchUnrolledCached()
473 cudaStream_t stream) in matchUnrolledCached()
589 cudaStream_t stream) in matchUnrolled()
648 cudaStream_t stream) in matchUnrolled()
763 cudaStream_t stream) in match()
822 cudaStream_t stream) in match()
842 cudaStream_t stream) in match2Dispatcher()
873 cudaStream_t stream) in match2Dispatcher()
954 …query, const PtrStepSz<T>& train, const Mask& mask, const PtrStepSzf& allDist, cudaStream_t stream) in calcDistanceUnrolled()
1017 …query, const PtrStepSz<T>& train, const Mask& mask, const PtrStepSzf& allDist, cudaStream_t stream) in calcDistance()
[all …]
/external/opencv3/modules/cudafilters/src/cuda/
Dfilter2d.cu96 …int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream) \
126 int borderMode, const float* borderValue, cudaStream_t stream) in filter2D()
129 … int kWidth, int kHeight, int anchorX, int anchorY, const float* borderValue, cudaStream_t stream); in filter2D()
143 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
144 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
145 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
146 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
147 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
148 … kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream);
/external/opencv3/modules/cudastereo/src/
Dutil.cpp61 …void reprojectImageTo3D_gpu(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t st…
68 …typedef void (*func_t)(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream); in reprojectImageTo3D()
93 …ColorDisp_gpu(const PtrStepSzb& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream);
94 …isp_gpu(const PtrStepSz<short>& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream);
100 …void drawColorDisp_caller(const GpuMat& src, OutputArray _dst, int ndisp, const cudaStream_t& stre… in drawColorDisp_caller()
113 …drawColorDisp_caller_t)(const GpuMat& src, OutputArray dst, int ndisp, const cudaStream_t& stream); in drawColorDisp()
Dstereobp.cpp62 …_gpu(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream);
64 …ls, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
66 …src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream);
69 const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, cudaStream_t stream);
72 const PtrStepSz<short>& disp, cudaStream_t stream);
169 …a_t)(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream); in compute()
286 …ls, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream); in calcBP()
292 …src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream); in calcBP()
298 …StepSzb& d, const PtrStepSzb& l, const PtrStepSzb& r, const PtrStepSzb& data, cudaStream_t stream); in calcBP()
304 …l, const PtrStepSzb& r, const PtrStepSzb& data, const PtrStepSz<short>& disp, cudaStream_t stream); in calcBP()
[all …]
/external/opencv3/modules/cudalegacy/src/cuda/
Dgmg.cu228 … int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream) in update_gpu()
243 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
244 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
245 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
247 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
248 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
249 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
251 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
252 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
253 …tepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream);
Dfgd.cu201 bool cc20, cudaStream_t stream) in calcDiffHistogram_gpu()
217 …partialBuf0, unsigned int* partialBuf1, unsigned int* partialBuf2, bool cc20, cudaStream_t stream);
218 …partialBuf0, unsigned int* partialBuf1, unsigned int* partialBuf2, bool cc20, cudaStream_t stream);
219 …partialBuf0, unsigned int* partialBuf1, unsigned int* partialBuf2, bool cc20, cudaStream_t stream);
220 …partialBuf0, unsigned int* partialBuf1, unsigned int* partialBuf2, bool cc20, cudaStream_t stream);
248 …epSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream) in calcDiffThreshMask_gpu()
260 …pSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream);
261 …pSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream);
262 …pSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream);
263 …pSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSzb changeMask, cudaStream_t stream);
[all …]
/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.hpp7 …ata_weight, float max_data_term, int min_disp, bool use_local_init_data_cost, cudaStream_t stream);
12 int min_disp, cudaStream_t stream);
19 … int h, int w, int nr_plane, int h2, int w2, int nr_plane2, cudaStream_t stream);
23 …h, int w, int nr_plane, int iters, int max_disc_term, float disc_single_jump, cudaStream_t stream);
27 const PtrStepSz<short>& disp, int nr_plane, cudaStream_t stream);
Dstereobp.cu164 …_gpu(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream);
166 …hort>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
180 …loat>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
195 …hort>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
209 …loat>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
224 …hort>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
238 …loat>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream) in comp_data_gpu()
278 …ols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream) in data_step_down_gpu()
293 …ls, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
294 …ls, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
[all …]
Dutil.cu83 …void reprojectImageTo3D_gpu(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t st… in reprojectImageTo3D_gpu()
97 …o3D_gpu<uchar, float3>(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream);
98 …o3D_gpu<uchar, float4>(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream);
99 …o3D_gpu<short, float3>(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream);
100 …o3D_gpu<short, float4>(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream);
205 …wColorDisp_gpu(const PtrStepSzb& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream) in drawColorDisp_gpu()
219 …Disp_gpu(const PtrStepSz<short>& src, const PtrStepSzb& dst, int ndisp, const cudaStream_t& stream) in drawColorDisp_gpu()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVPyramid.hpp57 …_EXPORTS void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream);
58 …ORTS void interpolateFrom1(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream);
93 cudaStream_t cuStream);
99 cudaStream_t cuStream) const;
/external/opencv3/modules/cudaimgproc/src/
Dmatch_template.cpp58 …8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream);
59 …2F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream);
61 …8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream);
62 …2F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream);
65 int cn, cudaStream_t stream);
68 int cn, cudaStream_t stream);
70 …t w, int h, const PtrStepSz<int> image_sum, int templ_sum, PtrStepSzf result, cudaStream_t stream);
77 PtrStepSzf result, cudaStream_t stream);
86 PtrStepSzf result, cudaStream_t stream);
97 PtrStepSzf result, cudaStream_t stream);
[all …]
Dcanny.cpp56 …nt xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream);
57 …void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream);
59 …pSzi dy, PtrStepSzf mag, PtrStepSzi map, float low_thresh, float high_thresh, cudaStream_t stream);
61 void edgesHysteresisLocal(PtrStepSzi map, short2* st1, cudaStream_t stream);
63 void edgesHysteresisGlobal(PtrStepSzi map, short2* st1, short2* st2, cudaStream_t stream);
65 void getEdges(PtrStepSzi map, PtrStepSzb dst, cudaStream_t stream);
/external/opencv3/modules/photo/src/
Ddenoising.cuda.cpp77 …PtrStepSzb dst, int search_radius, int block_radius, float h, int borderMode, cudaStream_t stream);
84 …PtrStepSzb dst, int search_radius, int block_radius, float h, int borderMode, cudaStream_t stream); in nonLocalMeans()
112 int search_window, int block_window, float h, cudaStream_t stream);
114 …_split_channels(const PtrStepSz<uchar3>& lab, PtrStepb l, PtrStep<uchar2> ab, cudaStream_t stream);
115 …channels(const PtrStepb& l, const PtrStep<uchar2>& ab, PtrStepSz<uchar3> lab, cudaStream_t stream);
139 …typedef void (*nlm_fast_t)(const PtrStepSzb&, PtrStepSzb, PtrStepi, int, int, float, cudaStream_t); in fastNlMeansDenoising()
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp60 cudaStream_t stream);
63 cudaStream_t stream);
66 cudaStream_t stream);
70 cudaStream_t stream);
73 cudaStream_t stream);
76 cudaStream_t stream);
83 cudaStream_t stream);
86 cudaStream_t stream);
89 cudaStream_t stream);
93 cudaStream_t stream);
[all …]
/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu63 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
65 void diffSign(PtrStepSzf src1, PtrStepSzf src2, PtrStepSzf dst, cudaStream_t stream);
127 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream) in upscale()
141 template void upscale<1>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
142 template void upscale<3>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
143 template void upscale<4>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
187 void diffSign(PtrStepSzf src1, PtrStepSzf src2, PtrStepSzf dst, cudaStream_t stream) in diffSign()
/external/opencv3/modules/cudawarping/src/
Dpyramids.cpp62 template <typename T> void pyrDown_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
70 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); in pyrDown()
102 template <typename T> void pyrUp_gpu(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
110 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream); in pyrUp()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp80 …r& src2, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in mergeC2()
111 …r& src3, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in mergeC3()
143 …r& src4, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in mergeC4()
160 …le& src, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in merge()
169 …le& src, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in merge()
178 …le& src, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in merge()
204 …& dst1, const GlobPtr<DstType>& dst2, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in split()
235 …& dst2, const GlobPtr<DstType>& dst3, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in split()
267 …& dst3, const GlobPtr<DstType>& dst4, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in split()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dmatch_template.cu111 …Naive_CCORR(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream) in matchTemplateNaive_CCORR()
123 …32F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream) in matchTemplateNaive_CCORR_32F()
125 …*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream); in matchTemplateNaive_CCORR_32F()
136 …_8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream) in matchTemplateNaive_CCORR_8U()
138 …*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream); in matchTemplateNaive_CCORR_8U()
181 …aive_SQDIFF(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream) in matchTemplateNaive_SQDIFF()
193 …32F(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream) in matchTemplateNaive_SQDIFF_32F()
195 …*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream); in matchTemplateNaive_SQDIFF_32F()
205 …_8U(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, int cn, cudaStream_t stream) in matchTemplateNaive_SQDIFF_8U()
207 …*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream); in matchTemplateNaive_SQDIFF_8U()
[all …]

123456