Home
last modified time | relevance | path

Searched refs:_max_width (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp65 CvBaseImageFilter( int _max_width, int _src_type, int _dst_type,
82 virtual void init( int _max_width, int _src_type, int _dst_type,
168 CvSepFilter( int _max_width, int _src_type, int _dst_type,
175 virtual void init( int _max_width, int _src_type, int _dst_type,
180 virtual void init_deriv( int _max_width, int _src_type, int _dst_type,
182 virtual void init_gaussian( int _max_width, int _src_type, int _dst_type,
186 virtual void init( int _max_width, int _src_type, int _dst_type,
216 CvLinearFilter( int _max_width, int _src_type, int _dst_type,
223 virtual void init( int _max_width, int _src_type, int _dst_type,
230 virtual void init( int _max_width, int _src_type, int _dst_type,
[all …]
/external/opencv/cv/src/
Dcvderiv.cpp367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, in CvLaplaceFilter() argument
371 init( _max_width, _src_type, _dst_type, _normalized, _ksize, _border_mode, _border_value ); in CvLaplaceFilter()
398 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, bool _normalized, in init() argument
427 CvSepFilter::init( _max_width, _src_type, _dst_type, kx, ky, in init()
465 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
470 CvSepFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()
475 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky, in init()
Dcvfilter.cpp68 CvBaseImageFilter::CvBaseImageFilter( int _max_width, int _src_type, int _dst_type, in CvBaseImageFilter() argument
79 init( _max_width, _src_type, _dst_type, _is_separable, in CvBaseImageFilter()
124 void CvBaseImageFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
135 if( !(buffer && _max_width <= max_width && _src_type == src_type && in init()
142 max_width = _max_width; //MAX(_max_width,_ksize.width); in init()
640 CvSepFilter::CvSepFilter( int _max_width, int _src_type, int _dst_type, in CvSepFilter() argument
647 init( _max_width, _src_type, _dst_type, _kx, _ky, _anchor, _border_mode, _border_value ); in CvSepFilter()
668 void CvSepFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
700 CV_CALL( CvBaseImageFilter::init( _max_width, _src_type, _dst_type, 1, _ksize, in init()
891 void CvSepFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
[all …]
Dcvmorph.cpp130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type, in CvMorphology() argument
137 init( _operation, _max_width, _src_dst_type, in CvMorphology()
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type, in init() argument
191 CV_CALL( CvBaseImageFilter::init( _max_width, _src_dst_type, _src_dst_type, in init()
292 void CvMorphology::init( int _max_width, int _src_type, int _dst_type, in init() argument
297 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()
Dcvsmooth.cpp88 CvBoxFilter::CvBoxFilter( int _max_width, int _src_type, int _dst_type, in CvBoxFilter() argument
97 init( _max_width, _src_type, _dst_type, _normalized, in CvBoxFilter()
108 void CvBoxFilter::init( int _max_width, int _src_type, int _dst_type, in init() argument
128 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, 1, _ksize, in init()