필터 지우기
필터 지우기

can we invert an image such that its true color can be retrieved?

조회 수: 1 (최근 30일)
Kritika
Kritika 2014년 11월 3일
답변: Image Analyst 2014년 11월 3일
i want to invert the color of image such that it retrieves its original color at the place of a specific color.

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 3일
Given what you say, about the only thing I can assume is that somehow the true color image got inverted so you need to invert it back:
trueRGB = 255 - rgbImage;
Then use imfreehand(), gpinput(), or indexing to get the color at "the place". Better information will get you better answers.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by