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

/external/opencv/cv/src/
H A Dcvmorph.cpp726 cvCreateStructuringElementEx( int cols, int rows, function
734 CV_FUNCNAME( "cvCreateStructuringElementEx" );
/external/opencv3/modules/imgproc/src/
H A Dmorph.cpp1886 cvCreateStructuringElementEx( int cols, int rows, function
1980 temp_element = cvCreateStructuringElementEx(3, 3, 1, 1, CV_SHAPE_RECT);

Completed in 322 milliseconds