Braille character recognition
1 回表示 (過去 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!