Braille character recognition
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Sean de Wolski
2011-3-31
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 个评论
更多回答(2 个)
mimitha Last Name
2011-3-31
2 个评论
Sean de Wolski
2011-3-31
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
2022-6-5
please , can i know which dataset you did work in? as i search for braille dataset for recognition task
2 个评论
Image Analyst
2022-6-6
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
2022-6-19
yes , you think right
there is a lack in the avialability of Braille character images
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!