Searched refs:CV_GAUSSIAN (Results 1 – 3 of 3) sorted by relevance
75 CV_BLUR : CV_GAUSSIAN, size, size )); in icvAdaptiveThreshold_MeanC()
1352 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()
76 #define CV_GAUSSIAN 2 in LOAD_CHDL() macro82 int smoothtype CV_DEFAULT(CV_GAUSSIAN), in LOAD_CHDL()