Flat field before/after RGB2gray? Noise Reduction. Which is bettter?
Mostra commenti meno recenti
I desire to remove the noise present in my image.
My original image is RGB image and the image processing for my project is done on grayscale image.
I found the either of following ways give different result.
RGB -> imflatfield (image, 20) -> RGB2gray.
RGB -> RGB2Gray() -> imflatfield(grayImage, 20)
What is the best method to remove the noise.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Display 2-D Images in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!