Home
last modified time | relevance | path

Searched refs:CV_BLUR (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvadapthresh.cpp75 CV_BLUR : CV_GAUSSIAN, size, size )); in icvAdaptiveThreshold_MeanC()
Dcvsmooth.cpp1351 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()
/external/opencv/cv/include/
Dcv.h75 #define CV_BLUR 1 in LOAD_CHDL() macro