Searched refs:CvMorphology (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvmorph.cpp | 124 CvMorphology::CvMorphology() in CvMorphology() function in CvMorphology 130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type, in CvMorphology() function in CvMorphology 143 void CvMorphology::clear() in clear() 151 CvMorphology::~CvMorphology() 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() 302 void CvMorphology::start_process( CvSlice x_range, int width ) in start_process() 321 int CvMorphology::fill_cyclic_buffer( const uchar* src, int src_step, in fill_cyclic_buffer() 377 void CvMorphology::init_binary_element( CvMat* element, int element_shape, CvPoint anchor ) in init_binary_element() 467 const CvMorphology* state = (const CvMorphology*)params;\ [all …]
|
/external/opencv/cv/include/ |
D | cv.hpp | 319 class CV_EXPORTS CvMorphology : public CvBaseImageFilter class 322 CvMorphology(); 323 CvMorphology( int _operation, int _max_width, int _src_dst_type, 328 virtual ~CvMorphology();
|