Home | History | Annotate | Download | only in src

Lines Matching refs:_operation

130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type,
137 init( _operation, _max_width, _src_dst_type,
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type,
169 if( _operation != ERODE && _operation != DILATE )
188 operation = _operation;