Searched refs:horizontalStructure (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
H A DMorphology_3.cpp64 Mat horizontalStructure = getStructuringElement(MORPH_RECT, Size(horizontalsize,1)); local
67 erode(horizontal, horizontal, horizontalStructure, Point(-1, -1));
68 dilate(horizontal, horizontal, horizontalStructure, Point(-1, -1));

Completed in 172 milliseconds