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

/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 90 milliseconds