• Design And Implementation Of Gabor Filter Based Offline YorÙbÁ Handwritten Recognition System.

  • CHAPTER THREE -- [Total Page(s) 3]

    Page 3 of 3

    Previous   1 2 3
    • 3.3    SEGEMENTATION
      The preprocessing stage yields a clean document in the sense that maximal shape information with maximal compression and minimal noise on normalized image is obtained. The next stage is segmenting the document into its sub components and extracting the relevant features to feed to the training and recognition stages. Segmentation is an important stage because the extent one can reach in separation of words lines or characters directly affects the recognition rate of the script. There are two types of segmentation namely;
      1.    External Segmentation which is the isolation of various writing units such as paragraphs sentences or words prior to the recognition
      2.    Internal Segmentation which is the isolation of letters especially in cursively written words
      The project make used of external segmentation decomposes the page layout into its logical parts. It provides savings of computation for document analysis. Page layout analysis is accomplished in two stages. The first stage is the structural analysis which is concerned with the segmentation of the image into blocks of document components (paragraph, rows, word etc.).
      3.4    FEATURE EXTRACTION
      During or after the segmentation procedure the feature set, which is used in the training and recognition stage, is extracted. Feature sets play one of the most important roles in a recognition system. A good feature set should represent characteristic of a class that helps distinguish it from other classes while remaining invariant to characteristic differences within the class. In this project, Gabor transformation is used, which is the variation of the windowed Fourier Transform. In this case, the window used is not a discrete size, but is defined by a Gaussian function.
      3.5    TRAINING AND RECOGNITION TECHNIQUES
      The training and recognition of the Yoruba handwriting recognition system designed will bases on Neural Networks. A Neural Network is defined as a computing architecture that consists of massively parallel interconnection of simple neural processors. Because of its parallel nature, it can perform computations at a higher rate compared to the classical techniques. Because of its adaptive nature it can adapt to changes in the data and learn the characteristics of input signal. It is used in pattern recognition by defining nonlinear regions in the feature space_ A neural network contains many nodes. The output from one node is fed to another one in the network and the final decision depends on the complex interaction of all nodes.


  • CHAPTER THREE -- [Total Page(s) 3]

    Page 3 of 3

    Previous   1 2 3
    • ABSRACT - [ Total Page(s): 1 ]ABSTRACT COMING SOON , CHECK OTHERS ... Continue reading---

         

      APPENDIX A - [ Total Page(s): 11 ]s=s+n;                e.putString("d"+num,s);                e.commit();                new AlertDialog.Builder(MainActivity.this)                .setMessage(R.string.learn_sample)                .setNeutralButton(R.string.ok,null)                .show();                dv.resetPath();                Paths.reset();                dv.invalidate();            }        }    ... Continue reading---

         

      CHAPTER ONE - [ Total Page(s): 2 ]CHAPTER ONEINTRODUCTION1.1    BACKGROUND OF THE STUDYCharacter 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 Cun et 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 chara ... Continue reading---

         

      CHAPTER TWO - [ Total Page(s): 7 ]CHAPTER TWO                      LITERATURE REVIEW2.1    PATTERN RECOGNITIONPattern recognition is nearly synonymous with machine learning. This branch of artificial intelligence focuses on the recognition of patterns and regularities in data. In many cases, these patterns are learned from labeled "training" data (supervised learning), but when no labeled data are available other algorithms can be used to discover previously unknown patterns (unsupervised learning).The terms ... Continue reading---

         

      CHAPTER FOUR - [ Total Page(s): 4 ]CHAPTER FOURRESULT AND DISCUSSIONS4.1    SYSTEM RESULT ANALYSISBased on the definition given in Handwriting recognition system, 50% of the respondents can be classified as Strong accurate writers, 30% as accurate writers, 15% as Non poor writers and 5% as poor writers. This shows that 95% of handwriting image in the project belong to strong accurate and accurate writers.As far as the gender is concerned, 60% of the respondents were male and 40% were female. This indicates that men are more ap ... Continue reading---

         

      CHAPTER FIVE - [ Total Page(s): 1 ]CHAPTER FIVESUMMARY, CONCLUSION AND RECOMMENDATION5.1    SUMMARYThis project is predicated by the need and necessity to examine the performance evaluation of the Yoruba handwriting image enhancement algorithms. In a bid to achieve this, the Gabor Filter algorithm was used in order to enhance handwriting images so as to test the quality and efficiency recognition.Having implemented this, the levels of performance of the handwriting image enhancement algorithms (Gabor Filter) by comparing the a ... Continue reading---

         

      REFRENCES - [ Total Page(s): 1 ]REFERENCEHuang, B.; Zhang, Y. and Kechadi, M.; Preprocessing Techniques for Online Handwriting Recognition. Intelligent Text Categorization and Clustering, Vol. 164, 2009.J.Pradeep, E.Srinivasanand S.Himavathi, Diagonal based feature extraction for handwritten alphabets recognition System using neural network, Vol 3, No 1, Feb 2011.Jin Chen, Huaigu Cao, Rohit Prasad, Anurag Bhardwaj and Prem Natarajan,Gabor Features for Offline Arabic Handwriting Recognition, 10, June 9-11, 2010.Jumoke F. A ... Continue reading---