Searched defs:_normalized (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, argument
371 init( _max_width, _src_type, _dst_type, _normalized, _ksize, _border_mode, _border_value );
398 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, bool _normalized,
410 normalized = _normalized;
H A Dcvsmooth.cpp89 bool _normalized, CvSize _ksize,
97 init( _max_width, _src_type, _dst_type, _normalized,
109 bool _normalized, CvSize _ksize,
118 normalized = _normalized;
88 CvBoxFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, CvSize _ksize, CvPoint _anchor, int _border_mode, CvScalar _border_value ) argument
108 init( int _max_width, int _src_type, int _dst_type, bool _normalized, CvSize _ksize, CvPoint _anchor, int _border_mode, CvScalar _border_value ) argument

Completed in 86 milliseconds