Is there a way to find out the color space used by an image?

11 Ansichten (letzte 30 Tage)
Daniel
Daniel am 24 Jun. 2014
Beantwortet: Daniel am 25 Jun. 2014
Hello,
I´d like to write a function for calculating delta E as a color difference measure between images. I want to make it work with images in RGB space and LAB-Space. Therefore I need to check in which color represenation the input images are given. How can I do this?
Regards, Daniel

Akzeptierte Antwort

Image Analyst
Image Analyst am 24 Jun. 2014
For a 3D array of numbers, there's no way to tell if that represents any particular color space. You have to know in advance from knowing what file you read in and what it represents, and what you did to it afterwards (like if you converted it to a different color space).

Weitere Antworten (1)

Daniel
Daniel am 25 Jun. 2014
Hi,
thank you for your answer. I will have to think about a different solution for managing images in different colorspaces.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by