You are on page 1of 25

TEXT TO BRAILLE

CONVERSION USING
MATLAB
Presented by
Ms. Anusha Jagannath (410713431002)

Guide : Dr. Sowmya, PhD


M.E, EMBEDDED SYSTEMS TECHNOLOGIES
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING
DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI-601301

11/25/16

Dept. Electronics & Communication, DCE, Chennai

AGENDA
OBJECTIVE
FEATURE
LITERATURE SURVEY
METHODOLOGY
ALGORITHM
SOFTWARE USED
RESULTS
ERROR ANALYSIS
CONCLUSION
FUTURE SCOPE
ACKNOWLEDGEMENTS
REFERENCES

11/25/16

Dept. Electronics & Communication, DCE, Chennai

OBJECTIVE
Text to Braille conversion.
Output saved in rich braille-text format.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

ABOUT BRAILLE
Creator: Frenchman Louis Braille.
Tactile writing system.
Small rectangular blocks called cells.
Varied dot- arrangement pattern.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

BRAILLE ALPHABET

Figure 1: English Alphabet in Braille


11/25/16

Dept. Electronics & Communication, DCE, Chennai

NUMBERS IN BRAILLE

Figure 2: Numbers in Braille

Figure 3: Hashed Alphabet as Numbers

11/25/16

Dept. Electronics & Communication, DCE, Chennai

SPECIAL CHARACTERS

Figure 4: Special Characters in Braille


11/25/16

Dept. Electronics & Communication, DCE, Chennai

FEATURE
MATLAB
Look Up Table
Unique identity for small and capital letters.
Unique identity for numbers and special characters.
Output in Text Format.
Print in Embossing Paper.
11/25/16

Dept. Electronics & Communication, DCE, Chennai

LITERATURE SURVEY

11/25/16

Dept. Electronics & Communication, DCE, Chennai

LITERATURE SURVEY

11/25/16

Dept. Electronics & Communication, DCE, Chennai

10

LITERATURE SURVEY

11/25/16

Dept. Electronics & Communication, DCE, Chennai

11

LITERATURE SURVEY

11/25/16

Dept. Electronics & Communication, DCE, Chennai

12

METHODOLOGY
Description
Input: Document format.
Special Look Up Table.
Output: Document format (.txt). No restriction

in input value.

Other methods: Image format(.jpeg, .jpg),

limited number of input.


11/25/16

Dept. Electronics & Communication, DCE, Chennai

13

METHODOLOGY

Block Diagram

Figure 4: Text to Braille Conversion Block Diagram


11/25/16

Dept. Electronics & Communication, DCE, Chennai

14

ALGORITHM
Look Up Table // List
File read operation //Mention the input file
File write operation initialization //Mention the output file
{
Switch (text_input)
{
Define various cases for the letters, numbers and
special characters;
File write in output file //To store the braille converted
output
}
End
}
11/25/16

Dept. Electronics & Communication, DCE, Chennai

15

SOFTWARE USED
MATLAB: Matrix Laboratory
High-level language
Interactive environment
Numerical computation, visualization, and programming.
Signal, image and video processing, control systems etc.
Version: R2013a

11/25/16

Dept. Electronics & Communication, DCE, Chennai

16

RESULTS

11/25/16

Dept. Electronics & Communication, DCE, Chennai

17

11/25/16

Dept. Electronics & Communication, DCE, Chennai

18

11/25/16

Dept. Electronics & Communication, DCE, Chennai

19

Letter d and the sterling character d.


Optimization: Code execution time proportional
to code length.
The decimal point and period.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

20

A novel feature introducing Look Up Table; provides


rich text-format braille output and helps further
reading, analysis and documentation of Braille scripts.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

21

New line reading.


Space recognition.
Tamil into Braille.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

22

[1]. Dr.B.L.Shivakumar M.Rajasena thipathi, English to Braille Conversion Tool using


Client Server Architecture Model International Journal of Advanced Research in
Computer Science and Software Engineering Research Paper
Volume 3, Issue 8, August 2013 ISSN: 2277 128X, www.ijarcsse.com.
[2]. S. Padmavathi, Manojna K. S. S, S. Sphoorthy Reddy and D. Meenakshy,
Conversion of Braille to Text in English, Hindi and Tamil Languages,
10.5121/ijcsea.2013.3303
[3]. Kartha.V, Nair. D.S. ; Pranoy, S.S. ; Pranoy, P. ; Jayaprakash, P. , DRISHTIA
gesture controlled text to braille converter, India Conference (INDICON), 2012 Annual
IEEE , DOI: 10.1109/INDCON.2012.6420639 , Publication Year: 2012 , Page(s): 335
339, IEEE CONFERENCE PUBLICATIONS
[4]. Josie Howse, Frances Gentle, Karen Stobbs, Janet Reynolds, Transition to Unified
English Braille (UEB) in the ICEVI Pacific Region, Round Table Conference on
Information Access for People with Print Disabilities, 23-25 May 2010, Auckland, New
Zealand
[5]. Ghose, R. Dasgupta, T. ; Basu, A., Architecture of a web browser for visually
handicapped people Students' Technology Symposium (TechSym), 2010 IEEE, 3-4
April 2010
11/25/16

Dept. Electronics & Communication, DCE, Chennai

23

[6]. Dasgupta, T., Basu, A. A speech enabled Indian language text to Braille
transliteration system Information and Communication Technologies and
Development (ICTD), 2009 International Conference on 17-19 April 2009. 25
[7]. Xuan Zhang, Ortega-Sanchez, C. ; Murray, I.A System for Fast Text-to-Braille
Translation Based on FPGAs, Programmable Logic, 2007. SPL '07. 2007 3rd
Southern Conference on, 28-26 Feb. 2007.
[8]. Xuan Zhang, Ortega-Sanchez, C. ; Murray, I. Text-to-Braille Translator in a
Chip, Electrical and Computer Engineering, 2006. ICECE '06. International
Conference on, 19-21 Dec. 2006
[9]. Paul Blenkhorn and Gareth Evans, Automated Braille Production from WordProcessed Documents, IEEE TRANSACTIONS ON NEURAL SYSTEMS AND
REHABILITATION ENGINEERING, VOL. 9, NO. 1, MARCH 2001.
[10]. Alasdair King, Text and Braille Computer Translation, Department of
Computation, 28 September 2001, http://www.alasdairking.me.uk.

11/25/16

Dept. Electronics & Communication, DCE, Chennai

24

11/25/16

Dept. Electronics & Communication, DCE, Chennai

25

You might also like