Is calling morphologyEx() with with MORPH_ERODE the same as erode()?
And correspondingly does calling it with MORPH_DILATE the same as dilate()?
And correspondingly does calling it with MORPH_DILATE the same as dilate()?
Yes. morphologyEx with MORPH_ERODE flag just calls erode, MORPH_DILATE calls dilate.
Asked: 2012-11-28 18:27:09 -0600
Seen: 682 times
Last updated: Nov 29 '12
Source code to Closing Holes Leaf Image
How to filter a shape from a binary image
Dilation produces translation and doesn't work
Optimization of mathematical morphology functions of OpenCV
disk shaped structuring element using cvcreatestructruingelementEx
Common pre processing in blob extracting
Boundary detection-What function will be the best for this?