iPhone UIImage number recognition
        Posted  
        
            by Skeep
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Skeep
        
        
        
        Published on 2010-05-28T16:36:35Z
        Indexed on 
            2010/05/28
            17:22 UTC
        
        
        Read the original article
        Hit count: 255
        
Hi All,
I have a small UIImage (jpg) with a single typed number. I want to be able to read the number with some kind of pattern recognition. I'm really not sure where to start, so any help would be appreciated.
my initial idea was to compare this image with other images. For instance compare the image with that of a 1,2,3, etc until a match was found. That just seems slow and cumbersome and wondered if there was a better way to do it?
Thanks
© Stack Overflow or respective owner