/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 335 … typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, in matchAsync() typedef 339 static const caller_t callersL1[] = in matchAsync() 345 static const caller_t callersL2[] = in matchAsync() 351 static const caller_t callersHamming[] = in matchAsync() 358 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync() 360 const caller_t func = callers[query.depth()]; in matchAsync() 397 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrSte… in matchAsync() typedef 401 static const caller_t callersL1[] = in matchAsync() 407 static const caller_t callersL2[] = in matchAsync() 413 static const caller_t callersHamming[] = in matchAsync() [all …]
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | match_template.cu | 125 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_32F() typedef 127 static const caller_t callers[] = in matchTemplateNaive_CCORR_32F() 138 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_8U() typedef 140 static const caller_t callers[] = in matchTemplateNaive_CCORR_8U() 195 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_32F() typedef 197 static const caller_t callers[] = in matchTemplateNaive_SQDIFF_32F() 207 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_8U() typedef 209 static const caller_t callers[] = in matchTemplateNaive_SQDIFF_8U() 252 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_8U() typedef 254 static const caller_t callers[] = in matchTemplatePrepared_SQDIFF_8U() [all …]
|
D | bilateral_filter.cu | 149 …typedef void (*caller_t)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spati… in bilateral_filter_gpu() typedef 151 static caller_t funcs[] = in bilateral_filter_gpu()
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | farneback.cu | 524 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlurGpu() typedef 526 static const caller_t callers[] = in gaussianBlurGpu() 622 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu() typedef 624 static const caller_t callers[] = in gaussianBlur5Gpu() 639 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu_CC11() typedef 641 static const caller_t callers[] = in gaussianBlur5Gpu_CC11()
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | remap.cu | 209 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf x… in remap_gpu() typedef 212 static const caller_t callers[3][5] = in remap_gpu()
|
/external/opencv3/modules/cudafilters/src/cuda/ |
D | column_filter.hpp | 184 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearColumn() typedef 186 static const caller_t callers[5][33] = in linearColumn()
|
D | row_filter.hpp | 183 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearRow() typedef 185 static const caller_t callers[5][33] = in linearRow()
|