Braille character recognition

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!

 Risposta accettata

Sean de Wolski
Sean de Wolski il 31 Mar 2011

0 voti

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.

Più risposte (2)

mimitha Last Name
mimitha Last Name il 31 Mar 2011

0 voti

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 Commenti

Sean de Wolski
Sean de Wolski il 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.
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 :) !

Accedi per commentare.

Nagwa megahed
Nagwa megahed il 5 Giu 2022

0 voti

please , can i know which dataset you did work in? as i search for braille dataset for recognition task

2 Commenti

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.
yes , you think right
there is a lack in the avialability of Braille character images

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by