can we invert an image such that its true color can be retrieved?
2 ビュー (過去 30 日間)
古いコメントを表示
i want to invert the color of image such that it retrieves its original color at the place of a specific color.
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Specialized Power Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!