Searched refs:CV_BLUR (Results 1 – 7 of 7) sorted by relevance
75 CV_BLUR : CV_GAUSSIAN, size, size )); in icvAdaptiveThreshold_MeanC()
1351 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE || in cvSmooth()1379 if( have_ipp && (smooth_type == CV_BLUR || (smooth_type == CV_MEDIAN && param1 <= 15)) && in cvSmooth()1384 if( smooth_type == CV_BLUR ) in cvSmooth()1429 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()1432 smooth_type == CV_BLUR, cvSize(param1, param2) )); in cvSmooth()
76 CV_BLUR =1, enumerator
75 #define CV_BLUR 1 in LOAD_CHDL() macro
702 test_array[OUTPUT][0], normalize ? CV_BLUR : CV_BLUR_NO_SCALE, in run_func()
3443 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()3445 smooth_type == CV_BLUR, cv::BORDER_REPLICATE ); in cvSmooth()
69 CV_BLUR = 1, field in Imgproc