Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsmooth.cpp1312 cvSmooth( const void* srcarr, void* dstarr, int smooth_type, in cvSmooth() argument
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()
1352 smooth_type == CV_GAUSSIAN || smooth_type == CV_MEDIAN ) in cvSmooth()
1355 if( smooth_type == CV_GAUSSIAN ) 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()
1394 else if( smooth_type == CV_MEDIAN ) 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()
[all …]