Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp777 bool useOCL, int fastThreshold ) in computeKeyPoints() argument
865 if( useOCL ) in computeKeyPoints()
868 useOCL = ocl_HarrisResponses( uimagePyramid, ulayerInfo, ukeypoints, in computeKeyPoints()
870 if( useOCL ) in computeKeyPoints()
879 if( !useOCL ) in computeKeyPoints()
905 if( useOCL ) in computeKeyPoints()
908 if( useOCL ) in computeKeyPoints()
912 useOCL = ocl_ICAngles(uimagePyramid, ulayerInfo, ukeypoints, uresponses, uumax, in computeKeyPoints()
915 if( useOCL ) in computeKeyPoints()
924 if( !useOCL ) in computeKeyPoints()
[all …]
/external/opencv3/modules/core/test/ocl/
Dtest_image2d.cpp71 bool useOCL = cv::ocl::useOpenCL(); in TEST() local
88 cv::ocl::setUseOpenCL(useOCL); in TEST()
/external/opencv3/modules/core/test/
Dtest_umat.cpp775 bool useOCL = cv::ocl::useOpenCL(); in TEST() local
810 cv::ocl::setUseOpenCL(useOCL); in TEST()