Searched refs:_src_dst_type (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp323 CvMorphology( int _operation, int _max_width, int _src_dst_type,
329 virtual void init( int _operation, int _max_width, int _src_dst_type,
/external/opencv/cv/src/
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
166 int depth = CV_MAT_DEPTH(_src_dst_type);
191 CV_CALL( CvBaseImageFilter::init( _max_width, _src_dst_type, _src_dst_type,

Completed in 1804 milliseconds