how to retrive color of resulting image as original?

2 views (last 30 days)
sir ,i have an RGB image.then i convert it to gray and then perform actions like filtering and i got an result.so now the image which i got is a gray image and different from the original one also (in color). Now my question is "is there any method or code by which i can make the resulting image colors like the original one accurately ? ".

Accepted Answer

David Sanchez
David Sanchez on 14 May 2013
Once you transform an image to grayscale, it looses many information: a colour image is a 3D matrix, while a grayscale one is 2D. It is a good practice to create a working image and always save the original one in case you has need of it in the future.
  1 Comment
jagannath mishra
jagannath mishra on 14 May 2013
that means sir it is not possible to retrive the true colors of the image?

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!