Searched defs:_max_width (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp68 CvBaseImageFilter::CvBaseImageFilter( int _max_width, int _src_type, int _dst_type, argument
79 init( _max_width, _src_type, _dst_type, _is_separable,
124 void CvBaseImageFilter::init( int _max_width, int _src_type, int _dst_type, argument
135 if( !(buffer && _max_width <= max_width && _src_type == src_type &&
142 max_width = _max_width; //MAX(_max_width,_ksize.width);
640 CvSepFilter::CvSepFilter( int _max_width, int _src_type, int _dst_type,
647 init( _max_width, _src_type, _dst_type, _kx, _ky, _anchor, _border_mode, _border_value );
668 void CvSepFilter::init( int _max_width, int _src_type, int _dst_type,
700 CV_CALL( CvBaseImageFilter::init( _max_width, _src_typ
[all...]
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,
427 CvSepFilter::init( _max_width, _src_type, _dst_type, kx, ky,
465 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type,
470 CvSepFilter::init( _max_width, _src_type, _dst_type, _is_separable,
475 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type,
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky,
H A Dcvmorph.cpp130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type, argument
137 init( _operation, _max_width, _src_dst_type,
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type, argument
191 CV_CALL( CvBaseImageFilter::init( _max_width, _src_dst_type, _src_dst_type,
292 void CvMorphology::init( int _max_width, int _src_type, int _dst_type, argument
297 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable,
H A Dcvsmooth.cpp88 CvBoxFilter::CvBoxFilter( int _max_width, int _src_type, int _dst_type, argument
97 init( _max_width, _src_type, _dst_type, _normalized,
108 void CvBoxFilter::init( int _max_width, int _src_type, int _dst_type, argument
128 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, 1, _ksize,

Completed in 130 milliseconds