Home
last modified time | relevance | path

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

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