Ask Your Question
0

Is calling morphologyEx() with with MORPH_ERODE the same as erode()?

asked 2012-11-28 18:27:09 -0600

Lucas Walter gravatar image

And correspondingly does calling it with MORPH_DILATE the same as dilate()?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2012-11-29 00:18:55 -0600

Vladislav Vinogradov gravatar image

Yes. morphologyEx with MORPH_ERODE flag just calls erode, MORPH_DILATE calls dilate.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-28 18:27:09 -0600

Seen: 662 times

Last updated: Nov 29 '12