I have a program to write which is supposed to perform image adjustment for
medical/diagnostic purposes, and I have a problem with a number of filters
I need to use:
- image despeckle filters: median, high- and low-pass
- morphological transformations: erosion, dilatation
- White Top Hat
- negative
- binarization
Does anyone know where I could take a look at algorithms like that, as I
need at least some hints that would help me finish the program. Ideally,
maybe they're available to download somewhere.
Thanks in advance.