Home | History | Annotate | Download | only in src

Lines Matching defs:init

137     init( _operation, _max_width, _src_dst_type,
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type,
162 CV_FUNCNAME( "CvMorphology::init" );
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,
297 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable,
1089 CV_CALL( morphology.init( mop, src->cols, src->type,