Detecting Markers Using OpenCV
        Posted  
        
            by 
                Hamza Yerlikaya
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hamza Yerlikaya
        
        
        
        Published on 2010-12-26T23:48:33Z
        Indexed on 
            2010/12/26
            23:54 UTC
        
        
        Read the original article
        Hit count: 288
        
I am trying to detect various objects containing colored markers, so a red blue green marker identifies object A, and a red blue red marker identifies object B. My problem is I can't use template matching cause objects can be rotated, currently I am thinking about check for each color then find the object by checking the distance between colors but it seems inefficient, so my question is there a better way to do this?
© Stack Overflow or respective owner