Home
last modified time | relevance | path

Searched refs:CV_BLUR (Results 1 – 7 of 7) 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/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h76 CV_BLUR =1, enumerator
/external/opencv/cv/include/
Dcv.h75 #define CV_BLUR 1 in LOAD_CHDL() macro
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp702 test_array[OUTPUT][0], normalize ? CV_BLUR : CV_BLUR_NO_SCALE, in run_func()
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp3443 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()
3445 smooth_type == CV_BLUR, cv::BORDER_REPLICATE ); in cvSmooth()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java69 CV_BLUR = 1, field in Imgproc