DESIGN AND IMPLEMENTATION OF GABOR FILTER BASED OFFLINE YORÙBÁ HANDWRITTEN RECOGNITION SYSTEM
USER'S INSTRUCTIONS: The project work you are about to view is on "design and implementation of gabor filter based offline yorùbá handwritten recognition system ". Please, sit back and study the below research material carefully. This project topic "design and implementation of gabor filter based offline yorùbá handwritten recognition system " have complete 5(five) Chapters. The complete Project Material/writeup include: Abstract + Introduction + etc + Literature Review + methodology + etc + Conclusion + Recommendation + References/Bibliography.Our aim of providing this "design and implementation of gabor filter based offline yorùbá handwritten recognition system " project research material is to reduce the stress of moving from one school library to another all in the name of searching for "design and implementation of gabor filter based offline yorùbá handwritten recognition system " research materials. We are not encouraging any form of plagiarism. This service is legal because, all institutions permit their students to read previous projects, books, articles or papers while developing their own works.
TITLE PAGE
DESIGN AND IMPLEMENTATION OF GABOR FILTER BASED OFFLINE YORÙBÁ HANDWRITTEN RECOGNITION SYSTEM
BY
---
EE/H2013/01430
DEPARTMENT OF ----
SCHOOL OF ---
INSTITUTE OF ---
DECEMBER,2018
APPROVAL PAGE
This is to certify that the research work, "design and implementation of gabor filter based offline yorùbá handwritten recognition system " by ---, Reg. No. EE/H2007/01430 submitted in partial fulfillment of the requirement award of a Higher National Diploma on --- has been approved.
By
--- . ---
Supervisor Head of Department.
Signature………………. Signature……………….
……………………………….
---
External Invigilator
DEDICATION
This project is dedicated to Almighty God for his protection, kindness, strength over my life throughout the period and also to my --- for his financial support and moral care towards me.Also to my mentor --- for her academic advice she often gives to me. May Almighty God shield them from the peril of this world and bless their entire endeavour Amen.
ACKNOWLEDGEMENT
The successful completion of this project work could not have been a reality without the encouragement of my --- and other people. My immensely appreciation goes to my humble and able supervisor mr. --- for his kindness in supervising this project.
My warmest gratitude goes to my parents for their moral, spiritual and financial support throughout my study in this institution.
My appreciation goes to some of my lecturers among whom are Mr. ---, and Dr. ---. I also recognize the support of some of the staff of --- among whom are: The General Manager, Deputy General manager, the internal Auditor Mr. --- and the ---. Finally, my appreciation goes to my elder sister ---, my lovely friends mercy ---, ---, --- and many others who were quite helpful.
PROJECT DESCRIPTION: This work "design and implementation of gabor filter based offline yorùbá handwritten recognition system " research material is a complete and well researched project material strictly for academic purposes, which has been approved by different Lecturers from different higher institutions. We made Preliminary pages, Abstract and Chapter one of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " visible for everyone, then the complete material on "design and implementation of gabor filter based offline yorùbá handwritten recognition system " is to be ordered for. Happy viewing!!!
TABLE OF CONTENT
COVER PAGE
APPROVAL PAGE
DEDICATION
ACKNOWLEDGEMENT
TABLE OF CONTENT
1.1 BACKGROUND OF THE STUDY
1.2 STATEMENT OF PROBLEM
1.3 AIM AND OBJECTIVES
1.4 PROPOSED RESEARCH METHODOLOGY
1.5 JUSTIFICATION
1.6 SCOPE OF THE STUDY
1.7 CHAPTER LAYOUT
CHAPTER TWO
2.1 PATTERN RECOGNITION
2.1.1 STAGES INVOLVE IN PATTERN RECOGNITION
2.2 DATA ACQUISITION
2.3 DATA PROCESSING
2.3 YORUBA ORTHOGRAPHY
2.4 HANDWRITING RECOGNITION
2.5 RELATED WORKS
CHAPTER THREE
METHODOLOGY
3.1 DATA ACQUISTION
3.2 PREPROCESSING
3.2.1 NOISE REDUCTION
3.2.2 NORMALIZATION
3.2.3 COMPRESSION
3.3 SEGEMENTATION
3.4 FEATURE EXTRACTION
3.5 TRAINING AND RECOGNITION TECHNIQUES
CHAPTER FOUR
4.1 SYSTEM RESULT ANALYSIS
CHAPTER FIVE
5.1 SUMMARY
5.2 CONCLUSION
5.3 RECOMMENDATIONS
CHAPTER ONE
INTRODUCTION
1.1 BACKGROUND OF THE STUDY
Character is the basic building block of any language which is used to develop different language structures. Characters are alphabets and the structures developed are the words, strings, sentences, paragraphs and so on (Le Cunet al., 1990). Character recognition also known as optical character recognition is the recognition of optically processed characters. The purpose of character recognition is to interpret input as a sequence of characters from an already existing set of characters (Kader and Deb, 2012).
Handwritten character recognition is the process of converting handwritten text into a form that can be read by the computer, the major problem in handwritten character recognition system is the variation of the handwriting styles of individuals, which can be completely different for different writers (Patel and Thakkar, 2015).
Handwritten character recognition system can be divided into two categories namely the online character recognition and the offline character recognition.
Online character recognition is the conversion of text written on a digitizer or PDA automatically where the sensor picks up the pen - tip movements and the pen-up/pen-down switching. The signal obtained from the pen - tip movements is converted into letter codes that can be used by the system and text processing applications. In offline character recognition, the image of the written text is scanned and sensed offline by optical scanning (optical character recognition) or intelligent character recognition (Tawde and Kundargi, 2013).
Yorùbá(natively èdè Yorùbá) is a Niger–Congo language spoken in West Africa. The number of speakers of Yoruba was estimated at around 20 million in the 1990s.The native tongue of the Yoruba people is spoken principally in Nigeria and Benin, with communities in other parts of Africa, Europe and the Americas. A variety of the language, Lucumi, is the liturgical language of religion of the Caribbean. Yoruba the Santería is most closely related to the Owo and Itsekiri languages (spoken in the Niger Delta) and to Igala (spoken in central Nigeria).
There has been extensive work in the literature regarding features extraction approaches in the off-line Arabic handwriting recognition. Many of these methods require high quality binarization of the document images which is difficult due to varying characteristics of noisy artifacts common in such documents. In addition, large amount of gray-level information is lost during binarization. Therefore, features that are extracted from the original gray-level images should be useful to discriminate handwritten character shapes (Jin Chen et al, 2017).
Gabor filters, which operate directly on gray-level images, have several advantages. First, Gabor features have been used for capturing local information in both spatial and frequency domains from images, as opposed to other global techniques such as Fourier Transforms. Second, Gabor filters are orientation specific. This property allows us to analyze stroke directions in the handwriting. Third, the filtering output is robust to various noises since Gabor filters use information from all pixels in the kernel (Jin C. et al, 2017).This research works tends to use Gabor features extraction techniques on Yoruba characters.
1.2 STATEMENT OF PROBLEM
Many feature extraction approaches for offline handwriting recognition (OHR) rely on accurate binarization of gray level Images, However, high-quality binarization of most real-world documents is extremely difficult due to varying characteristics of noises artifacts common in such documents, hence the research work used consider Gabor features for off-line Yorùbá handwritten images.
1.3 AIM AND OBJECTIVES
The aim of the project is to design and implementation of Gabor Filter based offline Yorùbá handwritten recognition system.
The objectives of this project are to:
- Review the existing literature on Yoruba handwriting recognition system
-
Design a Gabor filter based Yoruba Handwriting Recognition systemImplementing the designed system in “2”.
1.4 PROPOSED RESEARCH METHODOLOGY
- Gathering of books and online PDF books on related work of handwriting recognition system.
- Designing the system using Object Oriented Approach.
- Implementing the designed system using C++ programming Language
1.5 JUSTIFICATION
The Yoruba handwriting recognition system is one of most important software in university for both students and instructors because of the development in technology.
1.6 SCOPE OF THE STUDY
This research work covers the performance of sub word recognition for off-line Yorùbá handwritten images. We will also compare the recognition performance with other binarization based features which have been proven to be effective in capturing shape characteristics of handwritten Arabic sub words, such as GSC (a set of gradient, structure, and concavity features) and skeleton based Graph features.
1.7 CHAPTER LAYOUT
The chapter one consists of the introduction that is background of the study, statement of the problem, aim and objective of the study, proposed methodology, research justification and finally the chapter layout. Chapter two consists of review of related concept and related works. Chapter three consists of research methodology. Chapter four consists of result discussion and finally, chapter five consists of summary, conclusion and recommendation.
1.8 PROJECT ORGANISATION
The work is organized as follows: chapter one discuses the introductory part of the work, chapter two presents the literature review of the study, chapter three describes the methods applied, chapter four discusses the results of the work, chapter five summarizes the research outcomes and the recommendations.
CHAPTER TWO: The chapter one of this work has been displayed above. The complete chapter two of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " is also available. Order full work to download. Chapter two of "v" consists of the literature review. In this chapter all the related work on "design and implementation of gabor filter based offline yorùbá handwritten recognition system " was reviewed.
CHAPTER THREE: The complete chapter three of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " is available. Order full work to download. Chapter three of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " consists of the methodology. In this chapter all the method used in carrying out this work was discussed.
CHAPTER FOUR: The complete chapter four of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " is available. Order full work to download. Chapter four of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " consists of all the test conducted during the work and the result gotten after the whole work
CHAPTER FIVE: The complete chapter five of design and construction of a "design and implementation of gabor filter based offline yorùbá handwritten recognition system " is available. Order full work to download. Chapter five of "design and implementation of gabor filter based offline yorùbá handwritten recognition system " consist of conclusion, recommendation and references.
To "DOWNLOAD" the complete material on this particular topic above click "HERE"
Do you want our Bank Accounts? please click HERE
To view other related topics click HERE
To "SUMMIT" new topic(s), develop a new topic OR you did not see your topic on our site but want to confirm the availiability of your topic click HERE
Do you want us to research your new topic? if yes, click "HERE"
Do you have any question concerning our post/services? click HERE for answers to your questions
For more information contact us through any of the following means:
Mobile No :+2348146561114 or +2347015391124 [Mr. Innocent]
Email address :engr4project@gmail.com
COUNTRIES THAT FOUND OUR SERVICES USEFUL
Australia, Botswana, Canada, Europe, Ghana, Ireland, India, Kenya, Liberia, Malaysia, Namibia, New Zealand, Nigeria, Pakistan, Philippines, Singapore, Sierra Leone, South Africa, Uganda, United States, United Kindom, Zambia, Zimbabwe, etc
Support: +234 8146561114 or +2347015391124
Watsapp No :+2348146561114
Email Address :engr4project@gmail.com
FOLLOW / VISIT US VIA: