Braille character recognition

4 vues (au cours des 30 derniers jours)
mimitha Last Name
mimitha Last Name le 31 Mar 2011
Commenté : Nagwa megahed le 19 Juin 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!

Réponse acceptée

Sean de Wolski
Sean de Wolski le 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.

Plus de réponses (2)

mimitha Last Name
mimitha Last Name le 31 Mar 2011
No actually no its like i have few characters in a braille document and i cropped them 1 by 1 and i have a group braille templates which contain english lettes for e.g A(100000) so i have to match them and get the english letter as the output.
  2 commentaires
Sean de Wolski
Sean de Wolski le 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.
mimitha Last Name
mimitha Last Name le 31 Mar 2011
sorry im kinda new to matlab i got confuse with your method. let me try this first and i will get back here thanks for the help :) !

Connectez-vous pour commenter.


Nagwa megahed
Nagwa megahed le 5 Juin 2022
please , can i know which dataset you did work in? as i search for braille dataset for recognition task
  2 commentaires
Image Analyst
Image Analyst le 6 Juin 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
Nagwa megahed le 19 Juin 2022
yes , you think right
there is a lack in the avialability of Braille character images

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by