can we invert an image such that its true color can be retrieved?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want to invert the color of image such that it retrieves its original color at the place of a specific color.
0 comentarios
Respuestas (1)
Image Analyst
el 3 de Nov. de 2014
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 comentarios
Ver también
Categorías
Más información sobre Specialized Power Systems en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!