Simple Explanation of Morphological Operators?

1 view (last 30 days)
I am new to MATLAB and trying to learn it independently with no prior programming experience. I am currently confused on how to visualize morphological operators fixing images. Specifically, what does imopen imclose tophat imbothat Mask = img > 60 Bwconn = bware wiener2 filter What do these do? I honestly need a really simple explanation to understand cause ive been looking on the web and its almost clear but not quite... still confused.
Also, how do you know when to use them?

Answers (1)

Steven Lord
Steven Lord on 8 Jan 2018
I think the pages linked under the Concepts section on the morphological operations documentation page include some pictures/diagrams that may help you understand the different operations more easily.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!