AN APPROACH TO EXTRACT LINE, WORD AND CHARACTER FROM SCENE TEXT IMAGE

Size: px
Start display at page:

Download "AN APPROACH TO EXTRACT LINE, WORD AND CHARACTER FROM SCENE TEXT IMAGE"

Transcription

1 AN APPROACH TO EXTRACT LINE, WORD AND CHARACTER FROM SCENE TEXT IMAGE DANESHWARI A NOOLA 1, M M KODABAGI 2 daneshwari.noola@gmail.com malik123_mk@rediffmail.com Abstract:- Text translation from Scene Image plays a very important role considering any individual or in any work which needs interpretation of translation Scene Text of a Scene Image. Especially when a person travels from a place to other he/she wishes for a device which helps for interpretation of translation of text in scene images to their native language. Now the proposed work is the first step towards the design of such device which helps for interpretation, i.e. before the translation of text, we need to extract line, word and character from the text of scene image, so the system designed helps for line, word and character segmentation of a text in scene image. The algorithm is implemented in MATLAB. The data sets are collected through various shop names, name plates, city names and others through mobile phone or digital camera. The algorithm is tested with several scene images. The line segmentation accuracy of 100% for good quality images is observed, the word segmentation accuracy of 98% for good quality is observed, the character segmentation accuracy of 98% for good quality is observed. The limitation of this method is that it resulted in segmentation errors for touching and broken characters especially like any character prefixed or post fixed to V or T. Thus the system is tested for 100 scene images with atleast on an average of 200 lines in all and over 2000 words and characters are determined successfully. Keywords: Line segmentation, word segmentation and character segmentation I. INTRODUCTION As all the people in the world travel around, it becomes difficult for oneself to move around places which follow different languages and culture. Assume if each of us had a device or can call it an application in PDA s or Mobile phone, which indeed gave a translated version of all the sign boards or it can be name plates on buses or important matter in our native language then it would have been more beneficial. The work what is discussed in following sections is just a first step towards this achievement. The following work describes regarding separation of line, word and character from the scene text image captured through digital camera or mobile phone. Capturing, Detecting and then extracting line, word and character from scene image is main aim of this work presented. In the proposed work, a technique is derived to extract line, word and character from a scene text image so that the extracted line, word and character would help for furthr translation of words and characters wherever it is necessary. When a design of intelligent device is done for interpretation of translated characters, it would help any individual to translate sign/board. It is the first step towards the design of intelligent devices that can help in providing translated information to their native language needed which would indeed make our lives easier when we are familiar with them. submission@ijorcs.org II. LITERATURE SURVEY The literature survey revealed the following information about extraction with respect to document images and some with scene text images [S A Angadi and M M Kodabagi, 2009], presents a texture based methodology for Text Region Extraction from Low Resolution Natural Scene. The proposed work is texture based and uses DCT based high pass filter to remove constant background. The texture features are obtained on every 50x50 block of the processed image and potential text blocks are identified using newly defined discriminant functions. Further, the detected text blocks are merged and refined to extract text regions. The presented method is robust and achieves a detection rate of 96.6% on a variety of 100 low resolution natural scene images each of size 240x320. [M Swamy Das, 2010], proposes segmentation of overlapping text lines, characters in printed telugu text document images The proposed algorithm is based on projection profiles, connected components and spatial vertical relationships. It also uses nearest neighborhood method to cluster the connected components. With experimental results it is observed that 100% line segmentation and about 98% character segmentation accuracy can be achieved with overlapping lines and characters. [U Pal and B B Chaudhari, 1999], describes an automatic technique of separating text lines using script characteristics and shape based features is presented. The scheme presented is based for bangla and Devnagari. The scheme is based on the structural and statistical features of the machine-printed 916

2 and hand-written text lines. The classification scheme has accuracy about 98.3%. [M.C. Padma and P. A. Vijaya, 2010], develop a model to identify and separate text words of Kannada, Hindi and English scripts from a printed tri-lingual document. The proposed method is trained to learn thoroughly the distinct features of each script and uses the simple voting technique for classification. Experimentation conducted involved 1500 text words for learning and 1200 text words for testing. Extensive experimentation has been carried out on both manually created data set and scanned data set. The results are very encouraging and prove the efficacy of the proposed model. The average success rate is found to be 99% for manually created data set and 98.5% for data set constructed from scanned document images. [M C Padma and Vijaya, 2010], describes a model to identify the script type of a trilingual document printed in Kannada, Hindi and English scripts. The distinct characteristic features of Kannada, Hindi and English scripts are thoroughly studied from the nature of the top and bottom profiles. The proposed model is trained to learn thoroughly the distinct features of each script. Experimentation conducted involved 1500 text lines for learning and 1500 text lines for testing. The k- nearest neighbor classifier is used to classify the test sample. The results are encouraging and prove the efficacy of the proposed model. The average success rate is found to be 99.5% for data set constructed from scanned document images. III. DESIGN A novel algorithm for Text Extraction from Scene images is proposed. Here system would be using Horizontal and vertical profiles to perform the task. First the input image is taken then, preprocessing is applied which resizes and crops the scene image and later is scanned for horizontal gaps, for line segmentation; each horizontal gap corresponds to a single separated line. And then the preprocessed image is scanned for vertical gaps, for words and characters to be segmented. The system uses some image processing tools to perform the job for extraction of lines, words and characters from these points. The proposed methodology for Extraction of Scene text from Scene Image shown has following steps: Image acquisition, Image preprocessing, Binarization, Extract line from scene text image, Extract word and character from line extracted from scene text image, testing which examines the scene images for extractions. The extraction of text line wise, word wise and character wise is the output for the given sample input image. Image Acquisition The process begins with acquiring natural scene images containing text. The scene images are captured using high resolution digital cameras which are present in.jpeg form. About 100 samples of the images containing English, Kannada and Hindi text scene images are collected as requirement. Image Preprocessing The scene text images have issues like lighting effects, shadowing, blur images, color degradation, skew image, size etc. The purpose of this phase is to make the images to be of standard size, remove complex backgrounds, and makes them easier for further processing in extraction of line, word and character from scene image. Preprocessing is done manually, but we don t remove skew angle of the image, thus can just increase the resolution of the image in case of dullness, here for this implementation it involves mainly 2 steps namely resizing and cropping. Block Diagram Preprocessing Input Scene Text (Image Resizing & Image Cropping) Binarisation (Conversion of grayscale to binarised image) Horizontal Profile determination and line separation Vertical Profile determination and word, character extraction Extracted line Fig 1.1 Block Diagram For Proposed Methodology IV. METHODOLOGY Extracted Word & Character Following are the steps involved in proposed methodology Image Resize obtained from digital cameras are of high resolution. Hence they need to be resized. Either scene images from digital cameras or from mobile phone can be given as input to resize. This is done to remove unnecessary areas to reduce the number of pixels. So with help of resizing the resolution of image gets reduced. So, by this step preprocessing is done manually. Image Cropping: The required text image is cropped from the scene image, either we can crop the whole image containing text or can choose part of it from the scene image. Especially the images collected are simple one with background of dark colour and 917

3 the textual matter written on it specially we can consider any name boards, hospital names, Restaurant name, Building names. Image cropping is done as intial step of preprocessing and it is an automated step which is done by using imcrop function which crops the image to the desired length. Image Binarization The image binarization makes the image convert into grayscale image. This stage converts the image into binary image where each pixel is represented by either 0 or 1. It allows reducing image information by removing background so that the image is of black and white type. This type of image is easier for further processing. Extraction System The preprocessed and binarized image acts as an input to the extraction system, through which The extraction of line, word and character from a scene text image is done, which is based on horizontal and vertical This extraction system uses the scene image converted into grayscale image and then using horizontal profiles one can extract number of lines in a scene text image and display the same. Whereas one can extract words and characters from the line extracted through use of vertical profiles, which takes an approximation of space count between word and character spacing and then deduces the output image with words and characters from the cropped scene image. Testing The scene images are taken as samples and then cropped up with the scene text in a image, Testing is done based on whether the line segmentation is taken place properly or no else whether the word and character segmentation is done properly or no. and it is found that out of 100 images we find an up to 95% correct answers for different images it even works for kannada text of scene image but as far it doesn t work well for Hindi text scene images. V. ALGORITHMS PROPOSED The following are the algorithms proposed Overall Proposed Algorithm(Extract Image Parameters) Description: The overall proposed algorithm is as follows: Input: Captured Scene Image Output: The recognized scene text is deduced, line, word and character wise. Begin: Take the scene image as input which contains scene text Phase 1: Image is resized to a basic resolution Phase 2: Cropped image is converted to grayscale Phase 3: Extraction of the line from scene image using horizontal profiles by calling extract line routine Phase 4: Extraction of the word from line extracted of scene image using vertical profiles by calling extract words and characters routine 918 Phase 5: Extraction of the characters from line extracted of scene image using vertical profiles by calling extract words and characters routine Phase 6: Verification is done of the line, word and character extracted by displaying them one at a time. End//End of Proposed Algorithm Algorithm 1.1 Extraction of Line from Text of Scene Image Description: This describes how the line segmentation is carried from scene image Step 1:Take the preprocessed and grayscale converted cropped scene image Step 2: Image background is converted to black if it is other then black Step 3:The grayscale scale image is binarized that is converted to binary 0 s and 1 s. Step 4: Considering the horizontal profiles, the lines are segmented. Here it would first take the input line and then scan it for some low horizontal pixel value, if any low horizontal pixel value are found then they are marked as line in the scene image. All the lines are stored in an array. The start and end index of each of the lines in the input image is marked to find out the number of lines Algorithm 1.2 Extraction of Word and Character from extracted line of scene image Description: This describes the word and character segmentation Step 1: Among the extracted lines from cropped and binarized scene image choose one at time Step 2: Considering the extracted line from the algorithm of the scene image Step 3: To the binarized extracted line, apply with vertical profiles, the words and characters are segmented. Words would have more spacing between them than characters, so it is decided with a threshold value for word spacing dynamically by scanning the line and as per experimental results, then the gaps/spacing is used to extract the words, each of the word is then processed individually for getting the characters from them. Step 4: Using vertical profiles the extraction of word and character from one line each is considered. All the lines are stored in an array. The start and end index of each of the lines in the input image is marked to find out the number of lines, and the start and end location for the same is marked. The start and end index of each of the words in a line are marked in order to extract the words from each of the lines, The start and end index of each of the character in a word are marked in order to extract the characters from each of the word extracted.

4 VI. EXPERIMENTAL RESULTS AND DISCUSSIONS The proposed methodology for extraction system is discussed in detail. The proposed method uses horizontal and vertical profiles. The scene image is taken and the scene text is extracted from it. The system performs well for images captured from high resolution digital cameras as compared to low resolution images. It involves the various algorithms involved for line, word and character segmentation. This section the results of the proposed methodology have been discussed in detail considering several examples of the images. This section discusses regarding experimental results obtained and discusses regarding system performance. The algorithm is implemented in MATLAB. The data sets are collected through various shop names, name plates, city names and others through mobile phone or digital camera. The algorithm is tested with several scene images. Some of these images contained low resolution images and hindi scripts. Sample test results are shown in following Figures. From the experimentation it is understood that the proposed method is reliable to segment text from scene images for English and kannada script. The line segmentation accuracy of 100% for good quality images is observed, the word segmentation accuracy of 98% for good quality is observed, the character segmentation accuracy of 98% for good quality is observed. The limitation of this method is that it resulted in segmentation errors for touching and broken characters especially like any character prefixed or post fixed to V or T. Thus the system is tested for 100 scene images with atleast on an average of 200 lines in all and over 2000 words and characters are determined successfully. Just for curiosity, it was tested on hindi and kannada text of scene images, even though proposed system best works for English text of scene image. It even gave accuracy to a desired rate. Sample Input Image 1: to extraction system to obtain the line, word and character segmentation. Output Image Do you want to crop theimage(y/n): y Press Ctrl + C to Quit Fig 1.3 Cropped Image Enter line number to process (1-2):1 Fig 1.4 Grayscale converted image with line Segmentation Fig 1.5 Word Segmentation Fig 1.2 Input Image Following are the grayscale and binarized images after image preprocessing for each word. These words are given as input Fig 1.6 Character Segmentation Figure 1.3 shows the cropped image from scene image which is cropped from the original image which has two lines and various words. Figure 1.4 shows the converted grayscale image with line segmentation done using horizontal 919

5 Figure 1.5 shows the converted grayscale image with word segmentation done using line extracted with vertical Figure 1.6 shows the converted grayscale image with character segmentation done using line extracted with vertical Sample Input Image 2: Fig 1.10 Word Segmentation Fig 1.11 Character Segmentation Fig1.7 Sample Input Image 2 Above Figure 1.7 shows the selection of an input test sample. Following are the grayscale and binarized images after image preprocessing for each word. These words are given as input to extraction system to obtain the line, word and character segmentation. Output Image Do you want to crop the image(y/n): y Figure 1.8 shows the cropped image from scene image which is cropped from the original image which has two lines and various words. Figure 1.9 shows the converted grayscale image with line segmentation done using horizontal Figure 1.10 shows the converted grayscale image with word segmentation done using line extracted with vertical Figure 1.11 shows the converted grayscale image with character segmentation done using line extracted with vertical System Performance The following Table 1.1 describes the overall system performance of the implementation done, as mainly the extraction system is concentrating on English text of scene image so in the implementation we have considered around only 50 images of different text of a scene image. Fig 1.8 Cropped Image Press Ctrl+c to Quit Enter line number to process ( 1 1):1 Fig 1.9 Grayscale Image Line Segmentation 920

6 Table 1.1 System Performance Parameter s Scene English Text in Scene Kannada Text in Scene Hindi Text in Scene Actual Result in Numbers for 100 for English,50 others Number of Lines in Image Number of words in Image Number of Character s in Image Observed Rate of Segmentation for 100 Lines Extracte d Rate Words Extracted Rate Characters Extracted Rate / / / / / / /50 80/100 0/300 VII. CONCLUSION AND FUTURESCOPE In this paper, the proposed algorithm is tested with several scene text images. Some of the images contain dull images and even hindi scripts. Even though it could segment all the documents in a robust way and gave results. But, it couldn t segment the touching lines and characters. The broken characters have been over segmented. Segmentation of the touching lines and characters may require some heuristic approaches. The word and character segmentation fails in case of hindi scripts and it even fails for English text with touching characters like A, T, V. The system is tested for 100 sample images. Experimental results show that system performance is efficient. The method can be enhanced for same scene image is over coming of segmentation of word and character for touching words and characters and experimentation can be done on this method for efficient extraction and interpretation. The system 921 can be enhanced to extract more than 100 images and also for several different type text of scene images. The future work for the same scene image is over coming of segmentation of word and character for touching words and characters present in image. Even the future work of same can be done for hindi and kannada text with perfection for scene images. And see that surely system produces 100% results for any type of scene text image and for any type of dull, tilted and skewed scene image. VIII. REFERENCES [1] S A Angadi and M M Kodabagi, A Texture Based Methodology for Text Region Extraction From Low Resolution Natural Scene, International Journal of Image Processing (IJIP)Volume (3), Issue (5). [2] M Swamy Das, Segmentation of overlapping text lines, characters in printed Telugu text document, International Journal of Engineering Science and Technology Vol. 2(11), [3] U Pal and B B Chaudhari Automatic Separation of Machine-Printed and Hand-Written Text lines. Computer Vision and Pattern Recognition Unit Indian Statistical Institute 203 B. T. Road, Calcutta, INDIA. [4] Vijaya Kumar Koppula, Negi Atul and Utpal Garain, Robust Text Line, Word And Character Extraction From Telugu Document Image, Second International Conference on Emerging Trends in Engineering and Technology, ICETET-09. [5] Nallapareddy Priyanka, Srikanta Pal&Ranju Mandal, Line and Word Segmentation Approach for Printed Documents, IJCA Special Issue on Recent Trends in Image Processing and Pattern Recognition RTIPPR, [6] M Abdul Rahamin, M. S. Rajasree, A Detailed Study and Analysis of OCR Research in South Indian Scripts, 2009 International Conference on Advances in Recent Technologies in Communication and Computing. [7] Xiaoqing Liu and Jagath Samarabandu, Multiscale edge-based text extraction from complex images. ICME 2006.

7 [8] M C Padma and Vijaya, Script Identification of Text Words from a Tri Lingual Document Using Voting Technique, International Journal of Image Processing (IJIP), Volume (4): Issue 1 [9] U. Pal, S. Sinha and B. B. Chaudhuri, Multi-Script Line identification from Indian Documents, International Conference on Document Analysis and Recognition (ICDAR 2003). [10] M C Padma and Vijaya, script identification from trilingual documents using profile based Feature, International Journal of Computer Science and Applications, Techno mathematicsresearch Foundation Vol. 7 No. 4, pp , [11] Mona Sharma, Performance Evaluation of Image Segmentation and Texture Extraction Methods in Scene Analysis. [12] Farshideh Einsele-Aazami, Recognition of ultra low resolution, antialiased text with small font sizes, work submitted to the the Faculty of Science, University of Fribourg Switzerland. [13] Keechul Jung, Kwang In Kim, Anil K. Jain, Text Information Extraction in and Video: A Survey. [14] Jie Yang, Xilin Chen, Jing Zhang, Ying Zhang, Alex Waibel, Automatic detection and translation of text from natural scenes IEEE. [15] J. Fabrizio1, M. Cord1, B. Marcotegui, Text extraction from street level images, Stilla U, Rottensteiner F, Paparoditis N ( Eds) CMRT09. IAPRS, Vol. XXXVIII, Part 3/W4 --- Paris, France, 3-4 September, [16] K. C. Kim, H. R. Byun, Y. J. Song, Y. W. Choi, S. Y. Chi,K. K. Kim, Y. K. Chungin, Scene text extraction in natural scene images using hierarchical feature combining and Verification, 17th International Conference on Pattern Recognition (ICPR 04). [17] Celine mancas-thillou, Book Natural Scene Text Understanding. [18] Hwan-chul Park, Se-young Ok, Hwan-gue Cho, Word Extraction in Text/Graphic Mixed Image Using 3-Dimensional Graph Model,Proc of ICCPOL 99,pp ,March [19] Chin-Shyurng Fahn and Chia-Wei Liu, An AdaBoost Approach to Detecting and Extracting Texts from Natural Scene, [20] Eng. Yasser M. Abbass, Dr. Waleed Fakher, Dr. Mohsen Rashwan, Arabic / English Identification in a hybrid complex documents images. GVIP 05 Conference, December 2005, CICC, Cairo, Egypt. 922

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Multi-Script Line identification from Indian Documents

Multi-Script Line identification from Indian Documents Multi-Script Line identification from Indian Documents U. Pal, S. Sinha and B. B. Chaudhuri Computer Vision and Pattern Recognition Unit Indian Statistical Institute 203 B. T. Road, Kolkata-700108, INDIA

More information

Locating the Query Block in a Source Document Image

Locating the Query Block in a Source Document Image Locating the Query Block in a Source Document Image Naveena M and G Hemanth Kumar Department of Studies in Computer Science, University of Mysore, Manasagangotri-570006, Mysore, INDIA. Abstract: - In automatic

More information

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter Extraction and Recognition of Text From Digital English Comic Image Using Median Filter S.Ranjini 1 Research Scholar,Department of Information technology Bharathiar University Coimbatore,India ranjinisengottaiyan@gmail.com

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

A Review of Optical Character Recognition System for Recognition of Printed Text

A Review of Optical Character Recognition System for Recognition of Printed Text IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May Jun. 2015), PP 28-33 www.iosrjournals.org A Review of Optical Character Recognition

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

Contents 1 Introduction Optical Character Recognition Systems Soft Computing Techniques for Optical Character Recognition Systems

Contents 1 Introduction Optical Character Recognition Systems Soft Computing Techniques for Optical Character Recognition Systems Contents 1 Introduction.... 1 1.1 Organization of the Monograph.... 1 1.2 Notation.... 3 1.3 State of Art.... 4 1.4 Research Issues and Challenges.... 5 1.5 Figures.... 5 1.6 MATLAB OCR Toolbox.... 5 References....

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

Method for Real Time Text Extraction of Digital Manga Comic

Method for Real Time Text Extraction of Digital Manga Comic Method for Real Time Text Extraction of Digital Manga Comic Kohei Arai Information Science Department Saga University Saga, 840-0027, Japan Herman Tolle Software Engineering Department Brawijaya University

More information

Matlab Based Vehicle Number Plate Recognition

Matlab Based Vehicle Number Plate Recognition International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 9 (2017), pp. 2283-2288 Research India Publications http://www.ripublication.com Matlab Based Vehicle Number

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 601 Automatic license plate recognition using Image Enhancement technique With Hidden Markov Model G. Angel, J. Rethna

More information

Keywords OCR, Scripts, Hierarchical Classification, Contour, Projections.

Keywords OCR, Scripts, Hierarchical Classification, Contour, Projections. Volume 5, Issue 5, May 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Classification of

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

More information

Number Plate Recognition System using OCR for Automatic Toll Collection

Number Plate Recognition System using OCR for Automatic Toll Collection IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Number Plate Recognition System using OCR for Automatic Toll Collection Mohini S.Karande

More information

Automatic License Plate Recognition System using Histogram Graph Algorithm

Automatic License Plate Recognition System using Histogram Graph Algorithm Automatic License Plate Recognition System using Histogram Graph Algorithm Divyang Goswami 1, M.Tech Electronics & Communication Engineering Department Marudhar Engineering College, Raisar Bikaner, Rajasthan,

More information

RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT DETECTION IN VIDEO IMAGES USING CONNECTED COMPONENT ANALYSIS

RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT DETECTION IN VIDEO IMAGES USING CONNECTED COMPONENT ANALYSIS International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(4), pp.137-141 DOI: http://dx.doi.org/10.21172/1.74.018 e-issn:2278-621x RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Automatic Ground Truth Generation of Camera Captured Documents Using Document Image Retrieval

Automatic Ground Truth Generation of Camera Captured Documents Using Document Image Retrieval Automatic Ground Truth Generation of Camera Captured Documents Using Document Image Retrieval Sheraz Ahmed, Koichi Kise, Masakazu Iwamura, Marcus Liwicki, and Andreas Dengel German Research Center for

More information

Real Time Word to Picture Translation for Chinese Restaurant Menus

Real Time Word to Picture Translation for Chinese Restaurant Menus Real Time Word to Picture Translation for Chinese Restaurant Menus Michelle Jin, Ling Xiao Wang, Boyang Zhang Email: mzjin12, lx2wang, boyangz @stanford.edu EE268 Project Report, Spring 2014 Abstract--We

More information

R. K. Sharma School of Mathematics and Computer Applications Thapar University Patiala, Punjab, India

R. K. Sharma School of Mathematics and Computer Applications Thapar University Patiala, Punjab, India Segmentation of Touching Characters in Upper Zone in Printed Gurmukhi Script M. K. Jindal Department of Computer Science and Applications Panjab University Regional Centre Muktsar, Punjab, India +919814637188,

More information

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction

Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for feature extraction International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Study and Analysis of various preprocessing approaches to enhance Offline Handwritten Gujarati Numerals for

More information

An Optimal Text Recognition and Translation System for Smart phones Using Genetic Programming and Cloud Ashish Emmanuel S, Dr. S.

An Optimal Text Recognition and Translation System for Smart phones Using Genetic Programming and Cloud Ashish Emmanuel S, Dr. S. An Optimal Text Recognition and Translation System for Smart phones Using Genetic Programming and Cloud Ashish Emmanuel S, Dr. S.Nithyanandam Abstract An Optimal Text Recognition and Translation System

More information

Scrabble Board Automatic Detector for Third Party Applications

Scrabble Board Automatic Detector for Third Party Applications Scrabble Board Automatic Detector for Third Party Applications David Hirschberg Computer Science Department University of California, Irvine hirschbd@uci.edu Abstract Abstract Scrabble is a well-known

More information

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024 Paper Code: DSIP-024 Oral 270 A NOVEL SCHEME FOR BINARIZATION OF VEHICLE IMAGES USING HIERARCHICAL HISTOGRAM EQUALIZATION TECHNIQUE Satadal Saha 1, Subhadip Basu 2 *, Mita Nasipuri 2, Dipak Kumar Basu

More information

IJRASET 2015: All Rights are Reserved

IJRASET 2015: All Rights are Reserved A Novel Approach For Indian Currency Denomination Identification Abhijit Shinde 1, Priyanka Palande 2, Swati Kamble 3, Prashant Dhotre 4 1,2,3,4 Sinhgad Institute of Technology and Science, Narhe, Pune,

More information

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

More information

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION Nora Naik Assistant Professor, Dept. of Computer Engineering, Agnel Institute of Technology & Design, Goa, India

More information

Proposed Method for Off-line Signature Recognition and Verification using Neural Network

Proposed Method for Off-line Signature Recognition and Verification using Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Proposed Method for Off-line Signature

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

Text Extraction from Images

Text Extraction from Images Text Extraction from Images Paraag Agrawal #1, Rohit Varma *2 # Information Technology, University of Pune, India 1 paraagagrawal@hotmail.com * Information Technology, University of Pune, India 2 catchrohitvarma@gmail.com

More information

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

More information

Compression Method for Handwritten Document Images in Devnagri Script

Compression Method for Handwritten Document Images in Devnagri Script Compression Method for Handwritten Document Images in Devnagri Script Smita V. Khangar, Dr. Latesh G. Malik Department of Computer Science and Engineering, Nagpur University G.H. Raisoni College of Engineering,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 3, 357-366 Original Article ISSN 2454-695X Shagun et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 NUMBER PLATE RECOGNITION USING MATLAB 1 *Ms. Shagun Chaudhary and 2 Miss

More information

A Comprehensive Survey on Kannada Handwritten Character Recognition and Dataset Preparation

A Comprehensive Survey on Kannada Handwritten Character Recognition and Dataset Preparation A Comprehensive Survey on Kannada Handwritten Character Recognition and Dataset Preparation Kiran Y. C Research Scholar, Jain University Associate Professor, Dept. of ISE Dayananda Sagar College of Engineering

More information

Iraqi Car License Plate Recognition Using OCR

Iraqi Car License Plate Recognition Using OCR Iraqi Car License Plate Recognition Using OCR Safaa S. Omran Computer Engineering Techniques College of Electrical and Electronic Techniques Baghdad, Iraq omran_safaa@ymail.com Jumana A. Jarallah Computer

More information

Identification of Fake Currency Based on HSV Feature Extraction of Currency Note

Identification of Fake Currency Based on HSV Feature Extraction of Currency Note Identification of Fake Currency Based on HSV Feature Extraction of Currency Note Neetu 1, Kiran Narang 2 1 Department of Computer Science Hindu College of Engineering (HCE), Deenbandhu Chhotu Ram University

More information

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar)

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Er. Dinesh Bhardwaj 1, Er. Shruti Gujral 2 1, 2 Computer Science and Engineering Department, Chandigarh University, Mohali,

More information

Abstract Terminologies. Ridges: Ridges are the lines that show a pattern on a fingerprint image.

Abstract Terminologies. Ridges: Ridges are the lines that show a pattern on a fingerprint image. An Approach To Extract Minutiae Points From Enhanced Fingerprint Image Annu Saini Apaji Institute of Mathematics & Applied Computer Technology Department of computer Science and Electronics, Banasthali

More information

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Aarti 1, Dr. Neetu Sharma 2 1 DEPArtment Of Computer Science

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

Information hiding in fingerprint image

Information hiding in fingerprint image Information hiding in fingerprint image Abstract Prof. Dr. Tawfiq A. Al-Asadi a, MSC. Student Ali Abdul Azzez Mohammad Baker b a Information Technology collage, Babylon University b Department of computer

More information

Real Time ALPR for Vehicle Identification Using Neural Network

Real Time ALPR for Vehicle Identification Using Neural Network _ Real Time ALPR for Vehicle Identification Using Neural Network Anushree Deshmukh M.E Student Terna Engineering College,Navi Mumbai Email: anushree_deshmukh@yahoo.co.in Abstract With the rapid growth

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Reg. No.:20151213 DOI:V4I3P13 AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Meet Shah, meet.rs@somaiya.edu Information Technology, KJSCE Mumbai, India. Akshaykumar Timbadia,

More information

A Comparative Analysis of Different Edge Based Algorithms for Mobile/Camera Captured Images

A Comparative Analysis of Different Edge Based Algorithms for Mobile/Camera Captured Images A Comparative Analysis of Different Edge Based Algorithms for Mobile/Camera Captured Images H.K.Chethan Research Scholar, Department of Studies in Computer Science, University of Mysore, Mysore-570006,

More information

Feature Extraction Technique Based On Circular Strip for Palmprint Recognition

Feature Extraction Technique Based On Circular Strip for Palmprint Recognition Feature Extraction Technique Based On Circular Strip for Palmprint Recognition Dr.S.Valarmathy 1, R.Karthiprakash 2, C.Poonkuzhali 3 1, 2, 3 ECE Department, Bannari Amman Institute of Technology, Sathyamangalam

More information

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method M. Veerraju *1, S. Saidarao *2 1 Student, (M.Tech), Department of ECE, NIE, Macherla, Andrapradesh, India. E-Mail:

More information

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka RESEARCH ARTICLE OPEN ACCESS FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka Swapna Premasiri 1, Lahiru Wijesinghe 1, Randika Perera 1 1. Department

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

Algorithm for Detection and Elimination of False Minutiae in Fingerprint Images

Algorithm for Detection and Elimination of False Minutiae in Fingerprint Images Algorithm for Detection and Elimination of False Minutiae in Fingerprint Images Seonjoo Kim, Dongjae Lee, and Jaihie Kim Department of Electrical and Electronics Engineering,Yonsei University, Seoul, Korea

More information

Text Detection in Document Images: Highlight on using FAST algorithm

Text Detection in Document Images: Highlight on using FAST algorithm Text Detection in Document Images: Highlight on using FAST algorithm Geetika Mathur 1, Ms. Suneetha Rikhari 2 1 Student, Department of E.C.E., College of Engineering and Technology, Mody University, Lakshmangarh,

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON)

Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON) Handwritten Character Recognition using Different Kernel based SVM Classifier and MLP Neural Network (A COMPARISON) Parveen Kumar Department of E.C.E Lecturer, NCCE Israna Nitin Sharma Department of E.C.E

More information

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS Mo. Avesh H. Chamadiya 1, Manoj D. Chaudhary 2, T. Venkata Ramana 3

More information

Colored Rubber Stamp Removal from Document Images

Colored Rubber Stamp Removal from Document Images Colored Rubber Stamp Removal from Document Images Soumyadeep Dey, Jayanta Mukherjee, Shamik Sural, and Partha Bhowmick Indian Institute of Technology, Kharagpur {soumyadeepdey@sit,jay@cse,shamik@sit,pb@cse}.iitkgp.ernet.in

More information

Automatic Car License Plate Detection System for Odd and Even Series

Automatic Car License Plate Detection System for Odd and Even Series Automatic Car License Plate Detection System for Odd and Even Series Sapna Gaur Research Scholar Hindustan Institute of Technology Agra APJ Abdul Kalam Technical University, Lucknow Sweta Singh Asst. Professor

More information

Face Recognition Based Attendance System with Student Monitoring Using RFID Technology

Face Recognition Based Attendance System with Student Monitoring Using RFID Technology Face Recognition Based Attendance System with Student Monitoring Using RFID Technology Abhishek N1, Mamatha B R2, Ranjitha M3, Shilpa Bai B4 1,2,3,4 Dept of ECE, SJBIT, Bangalore, Karnataka, India Abstract:

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

A Decision Tree Approach Using Thresholding and Reflectance Ratio for Identification of Yellow Rust

A Decision Tree Approach Using Thresholding and Reflectance Ratio for Identification of Yellow Rust A Decision Tree Approach Using Thresholding and Reflectance Ratio for Identification of Yellow Rust Chanchal Agarwal M.Tech G.B.P.U.A. & T. Pantnagar, 263145, India S.D. Samantaray Professor G.B.P.U.A.

More information

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, ISSN

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17,   ISSN ENHANCING AND DETECTING THE DIGITAL TEXT BASED IMAGES USING SOBEL AND LAPLACIAN PL.Chithra 1, B.Ilakkiya Arasi 2 1 Department of Computer Science, University of Madras, Chennai, India. 2 Department of

More information

Blur Detection for Historical Document Images

Blur Detection for Historical Document Images Blur Detection for Historical Document Images Ben Baker FamilySearch bakerb@familysearch.org ABSTRACT FamilySearch captures millions of digital images annually using digital cameras at sites throughout

More information

Er. Varun Kumar 1, Ms.Navdeep Kaur 2, Er.Vikas 3. IJRASET 2015: All Rights are Reserved

Er. Varun Kumar 1, Ms.Navdeep Kaur 2, Er.Vikas 3. IJRASET 2015: All Rights are Reserved Degrade Document Image Enhancement Using morphological operator Er. Varun Kumar 1, Ms.Navdeep Kaur 2, Er.Vikas 3 Abstract- Document imaging is an information technology category for systems capable of

More information

Optical Character Recognition for Hindi

Optical Character Recognition for Hindi Optical Character Recognition for Hindi Prasanta Pratim Bairagi Assistant Professor, Department of CSE, Assam down town University, Assam, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE

PHASE PRESERVING DENOISING AND BINARIZATION OF ANCIENT DOCUMENT IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 7, July 2015, pg.16

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

More information

Removal of High Density Salt and Pepper Noise through Modified Decision based Un Symmetric Trimmed Median Filter

Removal of High Density Salt and Pepper Noise through Modified Decision based Un Symmetric Trimmed Median Filter Removal of High Density Salt and Pepper Noise through Modified Decision based Un Symmetric Trimmed Median Filter K. Santhosh Kumar 1, M. Gopi 2 1 M. Tech Student CVSR College of Engineering, Hyderabad,

More information

Smart Number Plate Identification Using Back Propagation Neural Network

Smart Number Plate Identification Using Back Propagation Neural Network Smart Number Plate Identification Using Back Propagation Neural Network Prof. Pankaj Salunkhe 1, Mr. Akshay Dhawale 2 1 Head of Department (Electronics & Telecommunication Engineering), YTIET, Bhivpuri

More information

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products

Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Image Processing and Artificial Neural Network techniques in Identifying Defects of Textile Products Mrs.P.Banumathi 1, Ms.T.S.Ushanandhini 2 1 Associate Professor, Department of Computer Science and Engineering,

More information

Locally baseline detection for online Arabic script based languages character recognition

Locally baseline detection for online Arabic script based languages character recognition International Journal of the Physical Sciences Vol. 5(7), pp. 955-959, July 2010 Available online at http://www.academicjournals.org/ijps ISSN 1992-1950 2010 Academic Journals Full Length Research Paper

More information

Implementation of Barcode Localization Technique using Morphological Operations

Implementation of Barcode Localization Technique using Morphological Operations Implementation of Barcode Localization Technique using Morphological Operations Savreet Kaur Student, Master of Technology, Department of Computer Engineering, ABSTRACT Barcode Localization is an extremely

More information

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research Design of Automatic Number Plate Recognition System Using OCR for Vehicle Identification M.Kesab Chandrasen Abstract: Automatic Number Plate Recognition (ANPR) is an image processing technology which uses

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

AGRICULTURE, LIVESTOCK and FISHERIES

AGRICULTURE, LIVESTOCK and FISHERIES Research in ISSN : P-2409-0603, E-2409-9325 AGRICULTURE, LIVESTOCK and FISHERIES An Open Access Peer Reviewed Journal Open Access Research Article Res. Agric. Livest. Fish. Vol. 2, No. 2, August 2015:

More information

Recognition System for Pakistani Paper Currency

Recognition System for Pakistani Paper Currency World Applied Sciences Journal 28 (12): 2069-2075, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.28.12.300 Recognition System for Pakistani Paper Currency 1 2 Ahmed Ali and

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

A Proficient Roi Segmentation with Denoising and Resolution Enhancement

A Proficient Roi Segmentation with Denoising and Resolution Enhancement ISSN 2278 0211 (Online) A Proficient Roi Segmentation with Denoising and Resolution Enhancement Mitna Murali T. M. Tech. Student, Applied Electronics and Communication System, NCERC, Pampady, Kerala, India

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

Sri Shakthi Institute of Engg and Technology, Coimbatore, TN, India.

Sri Shakthi Institute of Engg and Technology, Coimbatore, TN, India. Intelligent Forms Processing System Tharani B 1, Ramalakshmi. R 2, Pavithra. S 3, Reka. V. S 4, Sivaranjani. J 5 1 Assistant Professor, 2,3,4,5 UG Students, Dept. of ECE Sri Shakthi Institute of Engg and

More information

Abstract. Most OCR systems decompose the process into several stages:

Abstract. Most OCR systems decompose the process into several stages: Artificial Neural Network Based On Optical Character Recognition Sameeksha Barve Computer Science Department Jawaharlal Institute of Technology, Khargone (M.P) Abstract The recognition of optical characters

More information

A SURVEY ON HAND GESTURE RECOGNITION

A SURVEY ON HAND GESTURE RECOGNITION A SURVEY ON HAND GESTURE RECOGNITION U.K. Jaliya 1, Dr. Darshak Thakore 2, Deepali Kawdiya 3 1 Assistant Professor, Department of Computer Engineering, B.V.M, Gujarat, India 2 Assistant Professor, Department

More information

An Algorithm for Fingerprint Image Postprocessing

An Algorithm for Fingerprint Image Postprocessing An Algorithm for Fingerprint Image Postprocessing Marius Tico, Pauli Kuosmanen Tampere University of Technology Digital Media Institute EO.BOX 553, FIN-33101, Tampere, FINLAND tico@cs.tut.fi Abstract Most

More information

Restoration of Degraded Historical Document Image 1

Restoration of Degraded Historical Document Image 1 Restoration of Degraded Historical Document Image 1 B. Gangamma, 2 Srikanta Murthy K, 3 Arun Vikas Singh 1 Department of ISE, PESIT, Bangalore, Karnataka, India, 2 Professor and Head of the Department

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

More information

Wheeler-Classified Vehicle Detection System using CCTV Cameras

Wheeler-Classified Vehicle Detection System using CCTV Cameras Wheeler-Classified Vehicle Detection System using CCTV Cameras Pratishtha Gupta Assistant Professor: Computer Science Banasthali University Jaipur, India G. N. Purohit Professor: Computer Science Banasthali

More information

Recognition Of Vehicle Number Plate Using MATLAB

Recognition Of Vehicle Number Plate Using MATLAB Recognition Of Vehicle Number Plate Using MATLAB Mr. Ami Kumar Parida 1, SH Mayuri 2,Pallabi Nayk 3,Nidhi Bharti 4 1Asst. Professor, Gandhi Institute Of Engineering and Technology, Gunupur 234Under Graduate,

More information

Traffic Sign Recognition Senior Project Final Report

Traffic Sign Recognition Senior Project Final Report Traffic Sign Recognition Senior Project Final Report Jacob Carlson and Sean St. Onge Advisor: Dr. Thomas L. Stewart Bradley University May 12th, 2008 Abstract - Image processing has a wide range of real-world

More information

License Plate Recognition Using Convolutional Neural Network

License Plate Recognition Using Convolutional Neural Network IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 28-33 www.iosrjournals.org License Plate Recognition Using Convolutional Neural Network Shrutika Saunshi 1, Vishal

More information

Chapter 6. [6]Preprocessing

Chapter 6. [6]Preprocessing Chapter 6 [6]Preprocessing As mentioned in chapter 4, the first stage in the HCR pipeline is preprocessing of the image. We have seen in earlier chapters why this is very important and at the same time

More information