Searched refs:match2L1_gpu (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 91 …template <typename T> void match2L1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const P… 687 match2L1_gpu<unsigned char>, 0/*match2L1_gpu<signed char>*/, in knnMatchAsync() 688 match2L1_gpu<unsigned short>, match2L1_gpu<short>, in knnMatchAsync() 689 match2L1_gpu<int>, match2L1_gpu<float> in knnMatchAsync()
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_knnmatch.cu | 1202 …template <typename T> void match2L1_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const P… in match2L1_gpu() function 1212 …template void match2L1_gpu<uchar >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrSte… 1214 …template void match2L1_gpu<ushort>(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrSte… 1215 …template void match2L1_gpu<short >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrSte… 1216 …template void match2L1_gpu<int >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrSte… 1217 …template void match2L1_gpu<float >(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrSte…
|