detect color space with openCV
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-01-23T09:27:54Z
        Indexed on 
            2010/04/22
            14:43 UTC
        
        
        Read the original article
        Hit count: 353
        
how can I see the color space of my image with openCV ?
I would like to be sure it is RGB, before to convert to another one using cvCvtColor() function
thanks
© Stack Overflow or respective owner