Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find the color space of an image

I am trying to do diffrent colorspace conversion on images (rgb2lab,rgb2ntsc..etc)  in opencv using c++. After the conversion I just compare my output image with Matlab output image. Comparison is just done by normal vision. but I know that in the case of images normal vision comparison is not accurate. How can I find  which colorspace(rgb,ntsc,lab,xyz) my image belong to?. Any standard method or technique for finding the colorspace of a image?

I am totally new in image processing domain.So please give proper guidance in image processing using openCV...

How to find the color space of an image

I am trying to do diffrent colorspace conversion on images (rgb2lab,rgb2ntsc..etc)  in opencv using c++. After the conversion I just compare my output image with Matlab output image. Comparison is just done by normal vision. but I know that in the case of images normal vision comparison is not accurate. How can I find  which colorspace(rgb,ntsc,lab,xyz) my image belong to?. Any standard method or technique for finding the colorspace of a image?

I am totally new in image processing domain.So please give proper guidance in image processing using openCV...

click to hide/show revision 3
No.3 Revision

How to find the color space of an image

I am trying to do diffrent colorspace conversion on images (rgb2lab,rgb2ntsc..etc) in opencv using c++. After the conversion I just compare my output image with Matlab output image. Comparison is just done by normal vision. but I know that in the case of images normal vision comparison is not accurate. How can I find which colorspace(rgb,ntsc,lab,xyz) my image belong to?. Any standard method or technique for finding the colorspace of a image?

image?

I am totally new in image processing domain.So please give proper guidance in image processing using openCV...