Searched defs:_max_width (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvderiv.cpp | 367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, in CvLaplaceFilter() 398 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, bool _normalized, in init() 465 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, in init() 475 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, in init()
|
D | cvfilter.cpp | 68 CvBaseImageFilter::CvBaseImageFilter( int _max_width, int _src_type, int _dst_type, in CvBaseImageFilter() 124 void CvBaseImageFilter::init( int _max_width, int _src_type, int _dst_type, in init() 640 CvSepFilter::CvSepFilter( int _max_width, int _src_type, int _dst_type, in CvSepFilter() 668 void CvSepFilter::init( int _max_width, int _src_type, int _dst_type, in init() 891 void CvSepFilter::init( int _max_width, int _src_type, int _dst_type, in init() 2022 void CvSepFilter::init_deriv( int _max_width, int _src_type, int _dst_type, in init_deriv() 2059 void CvSepFilter::init_gaussian( int _max_width, int _src_type, int _dst_type, in init_gaussian() 2102 CvLinearFilter::CvLinearFilter( int _max_width, int _src_type, int _dst_type, in CvLinearFilter() 2127 void CvLinearFilter::init( int _max_width, int _src_type, int _dst_type, in init() 2199 void CvLinearFilter::init( int _max_width, int _src_type, int _dst_type, in init()
|
D | cvmorph.cpp | 130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type, in CvMorphology() 157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type, in init() 292 void CvMorphology::init( int _max_width, int _src_type, int _dst_type, in init()
|
D | cvsmooth.cpp | 88 CvBoxFilter::CvBoxFilter( int _max_width, int _src_type, int _dst_type, in CvBoxFilter() 108 void CvBoxFilter::init( int _max_width, int _src_type, int _dst_type, in init()
|