supports          822 modules/core/include/opencv2/core/cuda.hpp     bool supports(FeatureSet feature_set) const;
supports          160 modules/cudaimgproc/src/hough_lines.cpp         linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20));
supports          164 modules/cudaimgproc/src/hough_segments.cpp         linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.supports(FEATURE_SET_COMPUTE_20));
supports          143 modules/ts/src/cuda_test.cpp         return TargetArchs::builtWith(feature) && info.supports(feature);