Searched refs:useL2gradient (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/test/ |
D | test_canny.cpp | 62 bool useL2gradient; in PARAM_TEST_CASE() local 69 useL2gradient = GET_PARAM(2); in PARAM_TEST_CASE() 84 … canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_thresh, apperture_size, useL2gradient); in CUDA_TEST_P() 90 cv::Canny(img, edges_gold, low_thresh, high_thresh, apperture_size, useL2gradient); in CUDA_TEST_P()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_canny.cpp | 64 bool useL2gradient, use_roi; in IMPLEMENT_PARAM_CLASS() local 73 useL2gradient = GET_PARAM(2); in IMPLEMENT_PARAM_CLASS() 108 OCL_OFF(cv::Canny(src_roi, dst_roi, low_thresh, high_thresh, apperture_size, useL2gradient)); in OCL_TEST_P() 109 OCL_ON(cv::Canny(usrc_roi, udst_roi, low_thresh, high_thresh, apperture_size, useL2gradient)); in OCL_TEST_P()
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_canny.cpp | 61 const bool useL2gradient = GET_PARAM(2); variable 74 … canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_thresh, apperture_size, useL2gradient); 84 TEST_CYCLE() cv::Canny(image, dst, low_thresh, high_thresh, apperture_size, useL2gradient);
|