Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsmooth.cpp1347 if( smooth_type != CV_BLUR_NO_SCALE && !CV_ARE_TYPES_EQ( src, dst )) in cvSmooth()
1351 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE || in cvSmooth()
1429 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()
/external/opencv/cv/include/
Dcv.h74 #define CV_BLUR_NO_SCALE 0 in LOAD_CHDL() macro