Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvadapthresh.cpp75 CV_BLUR : CV_GAUSSIAN, size, size )); in icvAdaptiveThreshold_MeanC()
Dcvsmooth.cpp1352 smooth_type == CV_GAUSSIAN || smooth_type == CV_MEDIAN ) in cvSmooth()
1355 if( smooth_type == CV_GAUSSIAN ) in cvSmooth()
1477 else if( smooth_type == CV_GAUSSIAN ) in cvSmooth()
/external/opencv/cv/include/
Dcv.h76 #define CV_GAUSSIAN 2 in LOAD_CHDL() macro
82 int smoothtype CV_DEFAULT(CV_GAUSSIAN), in LOAD_CHDL()