Home
last modified time | relevance | path

Searched refs:brute_force_match_oclsrc (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/
Dopencl_kernels_features2d.hpp15 extern ProgramSource brute_force_match_oclsrc;
Dopencl_kernels_features2d.cpp443 ProgramSource brute_force_match_oclsrc(brute_force_match.programStr); variable
/external/opencv3/modules/features2d/src/
Dmatchers.cpp96 ocl::Kernel k("BruteForceMatch_Match", ocl::features2d::brute_force_match_oclsrc, opts); in ocl_matchSingle()
196 ocl::Kernel k("BruteForceMatch_knnMatch", ocl::features2d::brute_force_match_oclsrc, opts); in ocl_knnMatchSingle()
305 ocl::Kernel k("BruteForceMatch_RadiusMatch", ocl::features2d::brute_force_match_oclsrc, opts); in ocl_radiusMatchSingle()