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

  • CHAPTER TWO -- [Total Page(s) 7]

    Page 3 of 7

    Previous   1 2 3 4 5 6 7    Next
    • 2.1.1    STAGES INVOLVE IN PATTERN RECOGNITION
      Preprocessing: One of the most common preprocessing steps done in field of pattern recognition are normalization to zero mean and unit variance, especially for 1-D datasets. In the field of remote sensing most common preprocessing step required is re-gridding, which is basically assigning a spatio-temporally uniform grid to raw data. In many image processing applications, it is desirable to have a uniform spatial grid for the pattern recognition process. However, satellite datasets usually have non-uniform grid, this problem can be rectified by re-sampling the spatial data by either interpolation or averaging to an uniform grid. Another common method used is spatial interpolation, as most of the datasets acquired are usually full of missing data points. The problem of missing data points is well known in statistics and this problem can be overcome by using a slew of techniques from simple averaging to advanced spectral analysis methods. (Wikipedia, 2015).
      Feature Extraction: The main goal of feature extraction is to reduce the data dimensionality and properly represent the original data in feature space. Features useful for classification process can be simple features like RGB values in color images, or complex features like energies from the Fourier Transform or Wavelet Transform of a time series. The feature extraction process usually consists of three steps.
       1) Feature construction is the step in which features are constructed from linear or non-linear combination of raw features.
      2) Feature selection process is done using techniques like relevancy ranking of individual features and
      3) feature reduction process is used to reduce the no. of features especially when too many features are selected compared to the no. of feature vectors. These three steps are not mandatory in the feature extraction process (Wikipedia, 2015).
      2.2   DATA ACQUISITION
      Data acquisition is the process of sampling signals that measure real world physical conditions and converting the resulting samples into digital numeric values that can be manipulated by a computer. Data acquisition systems, abbreviated by the acronyms DAS or DAQ, typically convert analog waveforms into digital values for processing. The components of data acquisition systems include:
      •    Sensors, to convert physical parameters to electrical signals.
      •    Signal conditioning circuitry, to convert sensor signals into a form that can be converted to digital values.
      •    Analog-to-digital converters, to convert conditioned sensor signals to digital values.
      Digital Data Acquisition System Block Diagram
      Data acquisition applications are usually controlled by software programs developed using various general purpose programming languages such as Assembly, BASIC, C, C++, C#, Fortran, Java, LabVIEW, Lisp, Pascal, etc. Stand-alone data acquisition systems are often called data loggers. (Wikipedia, 2018)
      There are also open-source software packages providing all the necessary tools to acquire data from different hardware equipment. These tools come from the scientific community where complex experiment requires fast, flexible and adaptable software. Those packages are usually custom fit but more general DAQ package like the Maximum Integrated Data Acquisition System can be easily tailored and is used in several physics experiments. (Wikipedia, 2018)
      2.3    DATA PROCESSING
      Data processing is the conversion of data into usable and desired form. This conversion or “processing” is carried out using a predefined sequence of operations either manually or automatically. Most of the data processing is done by using computers and thus done automatically. The output or “processed” data can be obtained in different forms like image, graph, table, vector file, audio, charts or any other desired format depending on the software or method of data processing used. (Planning Tank, 2017)
  • CHAPTER TWO -- [Total Page(s) 7]

    Page 3 of 7

    Previous   1 2 3 4 5 6 7    Next
    • 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 THREE - [ Total Page(s): 3 ]CHAPTER THREERESEARCH METHODOLOGY3.1    DATA ACQUISTIONThe Yoruba handwriting images used in this project are those were created for the purpose of this project. This database was only recently assembled by the author of this project, and before this there was no standard database for this field. The database consists of a collection of Yoruba characters images, each containing one character. The images come from Ten (10) different writers, mostly students. All the figures in this th ... 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---