필터 지우기
필터 지우기

how to retrive color of resulting image as original?

조회 수: 1 (최근 30일)
jagannath mishra
jagannath mishra 2013년 5월 14일
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 ? ".

채택된 답변

David Sanchez
David Sanchez 2013년 5월 14일
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
jagannath mishra
jagannath mishra 2013년 5월 14일
that means sir it is not possible to retrive the true colors of the image?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by