Searched refs:horizontalStructure (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
D | Morphology_3.cpp | 64 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()
|