I am learning how to use image processing and I am a bit overwhelmed by all the options to remove speckle noise in an image. Here is a list of functions that I learned about:
MorphologicalTransform[img,{Min,Max}]MorphologicalTransform[img,"Clean"]
How does one choose between these options ? How can one know in advance which functions are better suited for a certain scenario ?