15
Project Proposal Bengali Braille to Text Translation Course: SE 801- Project Date: 14-Aug- 2016

Software Project Proposal: Bengali Braille to Text Translation

Embed Size (px)

Citation preview

Page 1: Software Project Proposal: Bengali Braille to Text Translation

Project Proposal

Bengali Braille to Text TranslationCourse: SE 801- Project

Date: 14-Aug-2016

Page 2: Software Project Proposal: Bengali Braille to Text Translation

Presented by

Minhas KamalStudent of BSSE 8th SemesterInstitute of Information TechnologyUniversity of Dhaka

Page 3: Software Project Proposal: Bengali Braille to Text Translation

Supervised by

Dr. Mohammad ShoyaibAssociate ProfessorInstitute of Information TechnologyUniversity of Dhaka

Page 4: Software Project Proposal: Bengali Braille to Text Translation

Contents

● Motivation● Background● Objective● Methodology● Scope● Assumptions● Deliverables● Timescale● Resources

1/11

Page 5: Software Project Proposal: Bengali Braille to Text Translation

What is Braille?

Braille is a specialized writing system for visually impaired people, where raised dots on embossed paper are used as tactile alphabet.

2

Page 6: Software Project Proposal: Bengali Braille to Text Translation

Motivation

● Help The Sightless ● Digitally Interpret Analog Data

3

Page 7: Software Project Proposal: Bengali Braille to Text Translation

Background

● Get every bit of information in digital form. ● Very few researches have been performed over

Bengali Braille to text translation.● No single open source tool available for this

translation purpose.

4

Page 8: Software Project Proposal: Bengali Braille to Text Translation

Objective

Bengali Braille to Text Translator

5

Braille Text

Page 9: Software Project Proposal: Bengali Braille to Text Translation

Methodology

1. Enhance Input Image2. Detect Dots3. Recognize Patterns4. Map Patterns to Characters5. Write Output to A Text File

6

Page 10: Software Project Proposal: Bengali Braille to Text Translation

Scope

1. Input image format- *.png or *.jpg 2. One-sided embossment3. Character range- Bengali alphabets (অ-আ, ক- �ঁ), their diacritic and abbreviated forms, numbers (০-৯), and common punctuation marks.4. Output- a text file

7

Page 11: Software Project Proposal: Bengali Braille to Text Translation

Assumptions

Scanned image-1. will not have any rotation or skew2. background will be white3. Random and Banding noise will be at minimum, and no Fixed Pattern noise will exist

8

Page 12: Software Project Proposal: Bengali Braille to Text Translation

Deliverables

● A Software Installation File● User Manual● Source Code

9

Page 13: Software Project Proposal: Bengali Braille to Text Translation

Timescale 10

Page 14: Software Project Proposal: Bengali Braille to Text Translation

Resources

Hardware Requirement-● A Personal Computer● A Scanner

Software Requirement-● Java Runtime Environment

11

Page 15: Software Project Proposal: Bengali Braille to Text Translation

THANKS