Searched refs:FEATURE_SET_COMPUTE_20 (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudaimgproc/test/ |
D | test_mean_shift.cpp | 78 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P() 100 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P() 154 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
|
/external/opencv3/modules/cudawarping/src/ |
D | remap.cpp | 101 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in remap()
|
D | warp.cpp | 318 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in warpAffine() 457 …, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSupports(FEATURE_SET_COMPUTE_20)); in warpPerspective()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 164 …ount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20)); in detect()
|
D | hough_lines.cpp | 160 …ount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20)); in detect()
|
D | hough_circles.cpp | 299 … dp_, minRadius_, maxRadius_, votesThreshold_, deviceSupports(FEATURE_SET_COMPUTE_20)); in detect()
|
/external/opencv3/modules/cudastereo/test/ |
D | test_stereo.cpp | 149 if (supportFeature(devInfo, cv::cuda::FEATURE_SET_COMPUTE_20)) in CUDA_TEST_P()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda.hpp | 578 FEATURE_SET_COMPUTE_20 = 20, enumerator
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 175 deviceSupports(FEATURE_SET_COMPUTE_20), 0); in calcDiffHistogram()
|