Why the images are converted from RGB scale to GRAY scale in MATLAB? Can I use a RGB scale image directly in MATLAB for de-noising?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Answers (1)
Image Analyst
on 14 Mar 2013
0 votes
Sometimes you don't need the color information or just need a certain color channel so you extract that. For example if I wanted to find bright green ball on a white background I would be best off just extracting the red or blue channel - they will be a monochrome image that I could then threshold to find dark regions corresponding to where the green ball is.
RGB images can be denoised in a variety of methods. It depends on what you mean by directly. Often they are denoised by extracting color channels, sometimes after conversion to another color space, like HSV.
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!