1 / 6

Thai OCR using Template Matching Algorithm

Thai OCR using Template Matching Algorithm. Assignment 1. By Manoch Pracha. Algorithm. Load the test bitmap picture Detect Lines and Characters Y-Axis profile for detecting lines Line locations Nbr-8 for labeling each characters Labels (Blob Coloring)

mikkel
Download Presentation

Thai OCR using Template Matching Algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Thai OCRusingTemplate Matching Algorithm Assignment 1 By Manoch Pracha

  2. Algorithm • Load the test bitmap picture • Detect Lines and Characters • Y-Axis profile for detecting lines • Line locations • Nbr-8 for labeling each characters • Labels (Blob Coloring) • Finding bounding box for each character • Compute the center of mass for each character • Sort the character (center bottom top) • Feed the sorted data to Template matching to recognize each character

  3. 3 line's Thai character detection • Using center of mass to determine the character detecting order : center, bottom, top respectively.

  4. Detect Lines and Characters

  5. Template Matching

  6. Problems and Errors • Single character, more than one “label” • “i” “:” “%” “ฐ” “แ” “ะ” • Similarity • “ด” “ค”

More Related