Braille character recognition
    6 views (last 30 days)
  
       Show older comments
    
    mimitha Last Name
 on 31 Mar 2011
  
    
    
    
    
    Commented: Nagwa megahed
 on 19 Jun 2022
            BOLD TEXT Hai i need a help.. im doing my final year project in title braille character recognition since braille is different with other character i cant use the normal OCR codings to convert them in english text.. i managed to crop them by finding the brailles grid but then i don't know how to match these cropped original images with the template images... is the any ideas hw i cud do this.. pls help im stuck!
0 Comments
Accepted Answer
  Sean de Wolski
      
      
 on 31 Mar 2011
        One easy way: minimum absolute differences. Rescale each character so it is the same size as a set of templates (contained in slices of a 3-d matrix). Use BSXFUN to subtract the actual image from all of the templates and sum the absolute values of this. The minimum one is the match.
0 Comments
More Answers (2)
  mimitha Last Name
 on 31 Mar 2011
        2 Comments
  Sean de Wolski
      
      
 on 31 Mar 2011
				Yes and what about the above doesn't do that? You get the index corresponding to the letter (1-26, or 52, or however many) and you keep that letter.
  Nagwa megahed
 on 5 Jun 2022
        please , can i know which dataset you did work in? as i  search for braille dataset for recognition task
2 Comments
  Image Analyst
      
      
 on 6 Jun 2022
				If you're going to use some program to analyze your braille images, then you must already have braille images obviously.  Otherwise why would you be interested in a Braille OCR program?
I think you really meant to ask how he took a sheet of braille and found the bounding box of each individual braille character.
  Nagwa megahed
 on 19 Jun 2022
				yes , you think right 
there is a lack in the avialability of Braille character images
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


