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

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

 채택된 답변

Image Analyst
Image Analyst 2014년 6월 24일

0 개 추천

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).

추가 답변 (1개)

Daniel
Daniel 2014년 6월 25일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

질문:

2014년 6월 24일

답변:

2014년 6월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by