How to normalize an image after applying median filter on the image?
4 views (last 30 days)
Show older comments
How can I normalize an image to remove noise that is present even after median filtering?
0 Comments
Answers (1)
KALYAN ACHARJYA
on 14 Jul 2019
Edited: KALYAN ACHARJYA
on 14 Jul 2019
How can I normalize an image
Use
Please dont expect that filtering can remove all noise. You acn try other filters and then do normalization.
3 Comments
Image Analyst
on 14 Jul 2019
Try imadjust(). But global contrast improvement is usually not needed for subsequent processing, like thresholding for example.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!