Searched refs:CV_BLUR (Results 1 – 3 of 3) 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()
75 #define CV_BLUR 1 in LOAD_CHDL() macro