Searched refs:CV_BLUR_NO_SCALE (Results 1 – 6 of 6) sorted by relevance
73 CV_BLUR_NO_SCALE =0, enumerator
1347 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()
74 #define CV_BLUR_NO_SCALE 0 in LOAD_CHDL() macro
702 test_array[OUTPUT][0], normalize ? CV_BLUR : CV_BLUR_NO_SCALE, in run_func()
3438 (smooth_type == CV_BLUR_NO_SCALE || dst.type() == src.type()) ); in cvSmooth()3443 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()
68 CV_BLUR_NO_SCALE = 0, field in Imgproc