Home
last modified time | relevance | path

Searched refs:CV_MEDIAN (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvsmooth.cpp1352 smooth_type == CV_GAUSSIAN || smooth_type == CV_MEDIAN ) in cvSmooth()
1379 if( have_ipp && (smooth_type == CV_BLUR || (smooth_type == CV_MEDIAN && param1 <= 15)) && in cvSmooth()
1394 else if( smooth_type == CV_MEDIAN ) in cvSmooth()
1435 else if( smooth_type == CV_MEDIAN ) in cvSmooth()
/external/opencv/cv/include/
Dcv.h77 #define CV_MEDIAN 3 in LOAD_CHDL() macro