Word Spotting in Cursive Handwritten Documents using Modified Character Shape Codes
|
|
|
- Eugene Peters
- 9 years ago
- Views:
Transcription
1 Word Spotting in Cursive Handwritten Documents using Modified Character Shape Codes Sayantan Sarkar Department of Electrical Engineering, NIT Rourkela Abstract.There is a large collection of Handwritten English paper documents of Historical and Scientific importance. But paper documents are not recognised directly by computer. Hence the closest way of indexing these documents is by storing their document digital image. Hence a large database of document images can replace the paper documents. But the document and data corresponding to each image cannot be directly recognised by the computer. This paper applies the technique of word spotting using Modified Character Shape Code to Handwritten English document images for quick and efficient query search of words on a database of document images. It is different from other Word Spotting techniques as it implements two level of selection for word segments to match search query. First based on word size and then based on character shape code of query. It makes the process faster and more efficient and reduces the need of multiple pre-processing. Keywords: Word Spot, Handwritten Documents, Character Shape Code, Word Shape Token, Modified Character Shape Code, Levenshtein Distance, Query Search, Segmentation 1 Introduction: Word Spotting is a technique of word recognition in document images without recognizing the characters that constitute the word. It is based on gross classification of characters according to their shape.[2] Earlier word recognition in printed or handwritten document images was based of OCR (Optical Character Recognition). The accuracy of OCR though was better for printed document images, was sharply reduced for cursive handwritten document images. [5] Thus, the new technique of word recognition was developed known as word spotting. It has high tolerance for poor image quality, tenability to the lexical content of the documents to which it is applied and high speed of operation.[5]
2 2 Approach: The proposed method of word spotting can be basically categorised into following stages: 1. Word Segmentation from the document image 2. Indexing individual words segments 3. Efficient Shape Code extraction of the segmented words 4. A user interactive search interface that takes query for Information Retrieval. The approach is applied to Cursive Handwritten English document images as mentioned. 3 Pre Processing- Word Segmentation In case of handwritten documents, there are no general assumptions to be made. Font size can vary along the document over a considerable range. No assumptions can be made such that two similar characters in the same document can be similar or that the lines are perfectly horizontal in respect to the edges of the document is invalid.[4] Still for the sake of analysis we take 2 basic assumptions that hold true to a considerable extent. 1. The handwriting though cursive, is legible and has a slant less than 30 degrees to the vertical. 2. The lines in the document are not exactly horizontal, but still two consecutive lines have inter line gap to separate them. Considering the above mentioned assumptions to be true, a RGB image of the handwritten document is taken as input. It is converted to Binary image and then threshold at a near 0.5 value into two levels 0(black) and 1(white).[3] 3.1 Line Segmentation: As it is already assumed that though the lines of the documents may not be perfectly horizontal, they will not have so much of skew such that there is no inter line gap. Hence the lines are assumed to be near horizontal. For the document a histogram projection profile of the number of black pixels in a row is created for every row of the image. As both the font size and inter line gap is variable over a large range here, there are less chances of the projection profile to have any kind of pattern.[4] Thus, irrespective of number, all the consecutive rows that have a high value at the projection profile are grouped as line rows. And all the rows that have a near zero value at the projection profile is considered as inter line gap.[3]
3 Sayantan Sarkar Fig. 1. Projection Profile of a handwritten document image highlighting the lines and Inter Line Gap As its assumed there is inter line gap between all the lines. Thus, all the lines in the document will be grouped individually and extracted Fig. 2. Cursive Handwritten English Document Image with segmented lines 3
4 3.2 Word Segmentation: For word segmentation, a segmented line is selected. As the font size of that line is not specified, the height of the line is measured which corresponds to its font size. For this segmented line a vertical projection profile is generated counting the number of black pixels for each column in the line along its height[3]. As the document is written in cursive handwriting, there should ideally be no Inter Character Gap as all the characters in a given word should be joined.[4] But in actual test cases though most of the characters are joined in a word sometimes few characters, especially if they are of Upper Case are not joined to its next character[8]. So in the projection profile the number of consecutive columns that have near zero value on the projection profile is calculated. If they are in the order of 0.2*Font Size (experimentally analyzed for variable font sizes), they are considered Inter Character Gap. Else they are classified as Inter Word Gap and neglected. Fig. 3. Projection Profile of a segmented line in a Cursive Handwritten Document highlighting Inter Word Gaps and Inter Character Gaps This helps in proper segmentation of the words in the line. The process is repeated for all the lines to extract the segmented words from the document image.[3]
5 Sayantan Sarkar Fig. 4. Cursive Handwritten Document Image with segmented words 4 Pre Processing: Indexing of Segmented Words In case of handwritten documents the segmented words are represented by their top left pixel coordinates and bottom right pixel coordinates. They can have variable height and variable word length. 1= ( ) (1) 1= ( ) (2) Taking word font size K as in that of single font size document as the reference standard, all the word lengths are converted to word lengths for font size K, as the word lengths are proportional to the word height. L is the new word length given by: = (3) L is standard word length corresponding to each handwritten word independent of the font size of the word. 5
6 The words can be generally classified in following basic categories: Word Size L (Pixels) for given test font size Very Small <80 Small Medium Large Very Large >480 Table 1. Classification of Word Size according to their Pixel length (L) Hence the segmented words are indexed in an array according to their word sizes. Thus for searching a word in an archive of document image we can just go through the database of segmented words rather than going through the whole image. This helps in quick query search as discussed later. 5 Efficient Shape Code Extraction from word segments As words were successfully segmented earlier for Cursive Handwritten Document Images, instead of a document image we have a collection of indexed segmented words arranged according to their word sizes.[1] The gross classification of the characters for their Character Shape Code is solely dependent on the top segment and the bottom segment of the characters.[1] 1. Ascenders: It is a connected component in the top segment of a character. 2. Descenders: It is a connected component in the bottom segment of a character. For each of the word segment a histogram projection profile is generates which counts the number of black pixel along each column of the word segment. Unlike printed document images, the cursive handwritten words do not have Inter Character Gaps in a word. This is because the characters are connected to each other by a single curved line.[2] Hence in the histogram there will be no near zero values. So, the earlier discussed methods of character segmentation fails here. But it is observed that the Inter Character Regions of the word though does not have a zero histogram value, but do have similar histogram values which corresponds to the minimum value for that histogram. Hence the word can be further segmented at the regions which have near minimum value in the histogram. Such segmentation leads to over-segmentation in most of the words
7 Sayantan Sarkar Fig. 5. Expected Segmentation and Actual Segmentation of Cursive Words It is caused due to the fact that few characters in English Alphabet has similar projection profile in their spatial structure to that of the character connectors in cursive words. This cause multiple segmentation of a single character as the program confuses it with Inter Character Gap. It can be accommodated by modifying the Character Shape Code rules in appropriate manner. 6 Modified Character Shape Code Character Shape Code (CSC) is a process on encoding the gross features of character image ignoring the high spatial detailed features as in case of Optical Character Recognition (OCR)[6]. This is helpful in our analysis because extracting features that are necessary for OCR is highly time consuming.[1] In case of Cursive Handwritten documents the over segmentation of characters sometime causes 1 character to be segmented into 2 or 3 regions. Hence the Modified Character Shape Coding takes that into account.[9] Thus instead of each character, for each of the segmented regions a Shape Code is assigned depending on its Ascenders and Descenders, and then the character is represented by the combination of shape codes, one for each of its segmented regions.[9] For one character image, the shape code can be 1 or 2 or 3 character long. Fig. 6. Modified segmentation of word and corresponding Character Shape Code 7
8 Character Shape Code A Character Image A B C D E F G I J K O P Q R S T X Y Z b d k l t Number of segments A A H M N U V W 2 A x L h 2 X a c e i o s x z 1 G g p q j f 1 x x n r u v 2 x g Y 2 x x x m w 3 1 Table 2. Modified Character Shape Coding for character images Hence after segmentation of the word segment into regions a corresponding Character Shape Code is generated on the basis of following rules[1]: 1. Regions with ascenders but no Descenders (A) 2. Regions with Descenders but no Ascenders (g) 3. Regions with neither Ascenders nor Descenders(x) After the Character Shape Code (CSC) is generated for all the character images in the document image, it is necessary to collect them to generate words which will further be used for word spotting. Hence, the words generated by aggregating the Character Shape Codes are known as the Word Shape Tokens (WST) for a particular word image in the document image.[7] Thus for a given series of word images in a line, it is replaced with a series of Word Shape Tokens representing the words in a gross classified state.[7] 7 User Interactive Query Retrieval Thus after a character string input is taken its size is measured and accordingly from the database of word segments only those words are selected that has a similar size to that of the input query +/- 1 character. For all this word segments, a Word Shape Token is generated but coding the character segments constituting the word with the help of Modified Character Shape Code as discussed earlier. A selected database of Word Shape Tokens is generated for the document image.
9 Sayantan Sarkar Also the given search query is in form of a character string. Thus, each character in the string is replaced with their corresponding Modified Character Shape Code according to Table 4(Modified Character Shape Coding for character images.) to generate WST. Most of the time the WST representing the query word does not matches exactly with the WST of the word segments same as the query words. This results in ambiguous output results. But this can be removed to a great extent using the concept of Levenshtein Distance.[5] The threshold is best decided by trial and test method for a given form of handwriting, but for most cases (including test images) 2.5 is a good estimate of the threshold Levenshtein Distance. Fig. 7. Results for search query transformation in a Cursive Handwritten Document Image 8 Limitations Word Spotting method discussed above has less processing time compared to ordinary Optical Character Recognition methods. Also it gives high accuracy results for Cursive Handwritten Documents. Thus, it is highly adaptable to moderate spatial noise and skewing. 9
10 But in this method discussed, for search query words that have 4 or less than 4 characters, the corresponding Word Shape Tokens generated are mostly not unique for that word. Hence it identifies few extra words in the document, reducing its accuracy. For search query words have more than 5 characters, Word Shape Tokens are generally unique for the test set of documents image and the results are highly accurate. 9 Conclusion This paper successfully modifies and implements the Modified Character Shape Code algorithm for cursive handwritten document images for word spotting. This is an up gradation to the well established method of Character Shape Coding developed by A.L.Spitz that usually failed to achieve good accuracy for handwritten documents. This paper also reduces the operation time of query search of indexed database of word segments implementing size classified query search, which is specifically helpful for query search in large word segment database(like historical books and journals). 10 References 1. A. Lawrence Spitz, Using Character Shape Code for word spotting in document images, In Shape, Structure and Pattern Recognition, D. Dori and A. Bruckstein, eds., World Scientific, Singapore, A. Lawrence Spitz, Shape-based word recognition, in International Journal on Document Analysis and Recognition, Springer-Verlag A. Marcolino, V. Ramos, M. Ramalho and J.Caldas Pinto, Line and Word matching in Old Documents, in Proceedings of the 5 th Ibero American Symposium on Pattern Recognition, U.-V. Marti and H. Bunke, The IAM-database: an English sentence database for offline handwriting recognition, in International Journal on Document Analysis and Recognition, Springer- Verlag R. Manmatha and T.M Rath, Indexing of Handwritten Historical Documents-Recent Progress, University of Massachusetts Amherst 6. M.C Burl and P.Perona,Using Hierarchical Shape Models to spot keywords in Cursive Handwriting Data, Jet Propulsion Laboratory, California Institute of Technology 7. Takehiro Nakayama, Method and Apparatus for highlighting and categorizing documentsusing Coded Word Tokens, Xerox Corporation & Fuji Xerox Co. Ltd,Patent: Manmatha.R, Indexing Handwriting Words using Word Matching, Computer Science Department Faculty Publication Series, Paper R.G Casey & E.Lecolinet, A survey of methods and strategies in Character Segmentation, IEEE Transaction on Patter Analysis and Machine Intelligence (1996).
Face detection is a process of localizing and extracting the face region from the
Chapter 4 FACE NORMALIZATION 4.1 INTRODUCTION Face detection is a process of localizing and extracting the face region from the background. The detected face varies in rotation, brightness, size, etc.
Document Image Retrieval using Signatures as Queries
Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and
Offline Word Spotting in Handwritten Documents
Offline Word Spotting in Handwritten Documents Nicholas True Department of Computer Science University of California, San Diego San Diego, CA 9500 [email protected] Abstract The digitization of written
The Role of Size Normalization on the Recognition Rate of Handwritten Numerals
The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,
Medical Image Segmentation of PACS System Image Post-processing *
Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH Vikas J Dongre 1 Vijay H Mankar 2 Department of Electronics & Telecommunication, Government Polytechnic, Nagpur, India 1 [email protected]; 2
Using Lexical Similarity in Handwritten Word Recognition
Using Lexical Similarity in Handwritten Word Recognition Jaehwa Park and Venu Govindaraju Center of Excellence for Document Analysis and Recognition (CEDAR) Department of Computer Science and Engineering
Cursive Handwriting Recognition for Document Archiving
International Digital Archives Project Cursive Handwriting Recognition for Document Archiving Trish Keaton Rod Goodman California Institute of Technology Motivation Numerous documents have been conserved
Low Cost Correction of OCR Errors Using Learning in a Multi-Engine Environment
2009 10th International Conference on Document Analysis and Recognition Low Cost Correction of OCR Errors Using Learning in a Multi-Engine Environment Ahmad Abdulkader Matthew R. Casey Google Inc. [email protected]
Automatic Extraction of Signatures from Bank Cheques and other Documents
Automatic Extraction of Signatures from Bank Cheques and other Documents Vamsi Krishna Madasu *, Mohd. Hafizuddin Mohd. Yusof, M. Hanmandlu ß, Kurt Kubik * *Intelligent Real-Time Imaging and Sensing group,
ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan
Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification
Signature verification using Kolmogorov-Smirnov. statistic
Signature verification using Kolmogorov-Smirnov statistic Harish Srinivasan, Sargur N.Srihari and Matthew J Beal University at Buffalo, the State University of New York, Buffalo USA {srihari,hs32}@cedar.buffalo.edu,[email protected]
Analecta Vol. 8, No. 2 ISSN 2064-7964
EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,
Research on Chinese financial invoice recognition technology
Pattern Recognition Letters 24 (2003) 489 497 www.elsevier.com/locate/patrec Research on Chinese financial invoice recognition technology Delie Ming a,b, *, Jian Liu b, Jinwen Tian b a State Key Laboratory
Script and Language Identification for Handwritten Document Images. Judith Hochberg Kevin Bowers * Michael Cannon Patrick Kelly
Script and Language Identification for Handwritten Document Images Judith Hochberg Kevin Bowers * Michael Cannon Patrick Kelly Computer Research and Applications Group (CIC-3) Mail Stop B265 Los Alamos
Visual Structure Analysis of Flow Charts in Patent Images
Visual Structure Analysis of Flow Charts in Patent Images Roland Mörzinger, René Schuster, András Horti, and Georg Thallinger JOANNEUM RESEARCH Forschungsgesellschaft mbh DIGITAL - Institute for Information
2 Signature-Based Retrieval of Scanned Documents Using Conditional Random Fields
2 Signature-Based Retrieval of Scanned Documents Using Conditional Random Fields Harish Srinivasan and Sargur Srihari Summary. In searching a large repository of scanned documents, a task of interest is
Online Farsi Handwritten Character Recognition Using Hidden Markov Model
Online Farsi Handwritten Character Recognition Using Hidden Markov Model Vahid Ghods*, Mohammad Karim Sohrabi Department of Electrical and Computer Engineering, Semnan Branch, Islamic Azad University,
NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju
NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE Venu Govindaraju BIOMETRICS DOCUMENT ANALYSIS PATTERN RECOGNITION 8/24/2015 ICDAR- 2015 2 Towards a Globally Optimal Approach for Learning Deep Unsupervised
Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature
3rd International Conference on Multimedia Technology ICMT 2013) Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature Qian You, Xichang Wang, Huaying Zhang, Zhen Sun
Drawing a histogram using Excel
Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to
Keywords image processing, signature verification, false acceptance rate, false rejection rate, forgeries, feature vectors, support vector machines.
International Journal of Computer Application and Engineering Technology Volume 3-Issue2, Apr 2014.Pp. 188-192 www.ijcaet.net OFFLINE SIGNATURE VERIFICATION SYSTEM -A REVIEW Pooja Department of Computer
Environmental Remote Sensing GEOG 2021
Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class
Intrusion Detection System using Log Files and Reinforcement Learning
Intrusion Detection System using Log Files and Reinforcement Learning Bhagyashree Deokar, Ambarish Hazarnis Department of Computer Engineering K. J. Somaiya College of Engineering, Mumbai, India ABSTRACT
How To Filter Spam Image From A Picture By Color Or Color
Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among
Document Image Processing - A Review
Document Image Processing - A Review Shazia Akram Research Scholar University of Kashmir (India) Dr. Mehraj-Ud-Din Dar Director, IT & SS University of Kashmir (India) Aasia Quyoum Research Scholar University
Learn about OCR: Optical Character Recognition Track, Trace & Control Solutions
: Optical Character Recognition Track, Trace & Control Solutions About Your Presenter Learn about OCR Presenting today: Juan Worle Technical Training Coordinator Microscan Corporate Headquarters Renton,
Handwritten Text Line Segmentation by Shredding Text into its Lines
2009 10th International Conference on Document Analysis and Recognition Handwritten Text Line Segmentation by Shredding Text into its Lines 1 Department of Informatics, Technological Educational Institute
Project 2: Bejeweled
Project 2: Bejeweled Project Objective: Post: Tuesday March 26, 2013. Due: 11:59PM, Monday April 15, 2013 1. master the process of completing a programming project in UNIX. 2. get familiar with command
JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions
Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai
A Lightweight and Effective Music Score Recognition on Mobile Phone
J Inf Process Syst, http://dx.doi.org/.3745/jips ISSN 1976-913X (Print) ISSN 92-5X (Electronic) A Lightweight and Effective Music Score Recognition on Mobile Phone Tam Nguyen* and Gueesang Lee** Abstract
Unconstrained Handwritten Character Recognition Using Different Classification Strategies
Unconstrained Handwritten Character Recognition Using Different Classification Strategies Alessandro L. Koerich Department of Computer Science (PPGIA) Pontifical Catholic University of Paraná (PUCPR) Curitiba,
How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm
IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode
Matt Cabot Rory Taca QR CODES
Matt Cabot Rory Taca QR CODES QR codes were designed to assist in the manufacturing plants of the automotive industry. These easy to scan codes allowed for a rapid way to identify parts and made the entire
A Simple Feature Extraction Technique of a Pattern By Hopfield Network
A Simple Feature Extraction Technique of a Pattern By Hopfield Network A.Nag!, S. Biswas *, D. Sarkar *, P.P. Sarkar *, B. Gupta **! Academy of Technology, Hoogly - 722 *USIC, University of Kalyani, Kalyani
Page Frame Detection for Marginal Noise Removal from Scanned Documents
Page Frame Detection for Marginal Noise Removal from Scanned Documents Faisal Shafait 1, Joost van Beusekom 2, Daniel Keysers 1, and Thomas M. Breuel 2 1 Image Understanding and Pattern Recognition (IUPR)
Machine Learning: Overview
Machine Learning: Overview Why Learning? Learning is a core of property of being intelligent. Hence Machine learning is a core subarea of Artificial Intelligence. There is a need for programs to behave
Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.
Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.38457 Accuracy Rate of Predictive Models in Credit Screening Anirut Suebsing
Determining optimal window size for texture feature extraction methods
IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec
Search Requests (Overview)
Search Requests (Overview) OnDemand supports three types of search requests: An "any words" search is any sequence of text, like a sentence or a question. In an "any words" search, use quotation marks
Measuring Line Edge Roughness: Fluctuations in Uncertainty
Tutor6.doc: Version 5/6/08 T h e L i t h o g r a p h y E x p e r t (August 008) Measuring Line Edge Roughness: Fluctuations in Uncertainty Line edge roughness () is the deviation of a feature edge (as
Elfring Fonts, Inc. PCL MICR Fonts
Elfring Fonts, Inc. PCL MICR Fonts This package contains five MICR fonts (also known as E-13B), to print magnetic encoding on checks, and six Secure Number fonts, to print check amounts. These fonts come
The Development of Multimedia-Multilingual Document Storage, Retrieval and Delivery System for E-Organization (STREDEO PROJECT)
The Development of Multimedia-Multilingual Storage, Retrieval and Delivery for E-Organization (STREDEO PROJECT) Asanee Kawtrakul, Kajornsak Julavittayanukool, Mukda Suktarachan, Patcharee Varasrai, Nathavit
Canny Edge Detection
Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties
Recognition. Sanja Fidler CSC420: Intro to Image Understanding 1 / 28
Recognition Topics that we will try to cover: Indexing for fast retrieval (we still owe this one) History of recognition techniques Object classification Bag-of-words Spatial pyramids Neural Networks Object
Symbol Tables. Introduction
Symbol Tables Introduction A compiler needs to collect and use information about the names appearing in the source program. This information is entered into a data structure called a symbol table. The
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Automatic License Plate Recognition using Python and OpenCV
Automatic License Plate Recognition using Python and OpenCV K.M. Sajjad Department of Computer Science and Engineering M.E.S. College of Engineering, Kuttippuram, Kerala [email protected] Abstract Automatic
Indoor Surveillance System Using Android Platform
Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao
Feature Weighting for Improving Document Image Retrieval System Performance
Feature Weighting for Improving Document Image Retrieval System Performance ohammadreza Keyvanpour 1, Reza Tavoli 2 1 Department Of Computer Engineering, Alzahra University Tehran, Iran 2 Department of
Image Compression through DCT and Huffman Coding Technique
International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul
ELFRING FONTS INC. MICR FONTS FOR WINDOWS
ELFRING FONTS INC. MICR FONTS FOR WINDOWS This package contains ten MICR fonts (also known as E-13B) used to print the magnetic encoding lines on checks, and eight Secure Fonts for use in printing check
Poker Vision: Playing Cards and Chips Identification based on Image Processing
Poker Vision: Playing Cards and Chips Identification based on Image Processing Paulo Martins 1, Luís Paulo Reis 2, and Luís Teófilo 2 1 DEEC Electrical Engineering Department 2 LIACC Artificial Intelligence
Extend Table Lens for High-Dimensional Data Visualization and Classification Mining
Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du [email protected] University of British Columbia
OCRopus Addons. Internship Report. Submitted to:
OCRopus Addons Internship Report Submitted to: Image Understanding and Pattern Recognition Lab German Research Center for Artificial Intelligence Kaiserslautern, Germany Submitted by: Ambrish Dantrey,
Customer Barcoding Technical Specifications
Customer Barcoding Technical Specifications June 1998 Contents Revised 3 Aug 2012 Introduction 2 Key features of the barcoding system 2 About this document 2 Why we are introducing Customer Barcoding 3
4. Continuous Random Variables, the Pareto and Normal Distributions
4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random
RFID and Camera-based Hybrid Approach to Track Vehicle within Campus
2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore RFID and Camera-based Hybrid Approach to Track Vehicle within
Handwritten Signature Verification using Neural Network
Handwritten Signature Verification using Neural Network Ashwini Pansare Assistant Professor in Computer Engineering Department, Mumbai University, India Shalini Bhatia Associate Professor in Computer Engineering
DIAGONAL BASED FEATURE EXTRACTION FOR HANDWRITTEN ALPHABETS RECOGNITION SYSTEM USING NEURAL NETWORK
DIAGONAL BASED FEATURE EXTRACTION FOR HANDWRITTEN ALPHABETS RECOGNITION SYSTEM USING NEURAL NETWORK J.Pradeep 1, E.Srinivasan 2 and S.Himavathi 3 1,2 Department of ECE, Pondicherry College Engineering,
A new normalization technique for cursive handwritten words
Pattern Recognition Letters 22 2001) 1043±1050 www.elsevier.nl/locate/patrec A new normalization technique for cursive handwritten words Alessandro Vinciarelli *, Juergen Luettin 1 IDIAP ± Institut Dalle
Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras
Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras W3A.5 Douglas Chai and Florian Hock Visual Information Processing Research Group School of Engineering and Mathematics Edith
Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences
Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,
How To Use Neural Networks In Data Mining
International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and
III. SEGMENTATION. A. Origin Segmentation
2012 International Conference on Frontiers in Handwriting Recognition Handwritten English Word Recognition based on Convolutional Neural Networks Aiquan Yuan, Gang Bai, Po Yang, Yanni Guo, Xinting Zhao
Domain Classification of Technical Terms Using the Web
Systems and Computers in Japan, Vol. 38, No. 14, 2007 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J89-D, No. 11, November 2006, pp. 2470 2482 Domain Classification of Technical Terms Using
Optical Character Recognition (OCR)
History of Optical Character Recognition Optical Character Recognition (OCR) What You Need to Know By Phoenix Software International Optical character recognition (OCR) is the process of translating scanned
Building an Advanced Invariant Real-Time Human Tracking System
UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian
Categorical Data Visualization and Clustering Using Subjective Factors
Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.
Business Objects Version 5 : Introduction
Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice
HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS
Mathematics Revision Guides Histograms, Cumulative Frequency and Box Plots Page 1 of 25 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS
Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object
A) the use of different pens for writing B) learning to write with a pen C) the techniques of writing with the hand using a writing instrument
Level A 1. Your name written in your usual handwriting is called your: A) guarantee B) signature C) handwriting 2. Penmanship is A) the use of different pens for writing B) learning to write with a pen
SIGNATURE VERIFICATION
SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University
A Rule-Based Short Query Intent Identification System
A Rule-Based Short Query Intent Identification System Arijit De 1, Sunil Kumar Kopparapu 2 TCS Innovation Labs-Mumbai Tata Consultancy Services Pokhran Road No. 2, Thane West, Maharashtra 461, India 1
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function Fadlisyah Department of Informatics Universitas Malikussaleh Aceh Utara, Indonesia Rozzi Kesuma Dinata Department of Informatics
LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK
vii LIST OF CONTENTS CHAPTER CONTENT PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK LIST OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF NOTATIONS LIST OF ABBREVIATIONS LIST OF APPENDICES
Colour Image Segmentation Technique for Screen Printing
60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone
FPGA Implementation of Human Behavior Analysis Using Facial Image
RESEARCH ARTICLE OPEN ACCESS FPGA Implementation of Human Behavior Analysis Using Facial Image A.J Ezhil, K. Adalarasu Department of Electronics & Communication Engineering PSNA College of Engineering
Image Processing Based Automatic Visual Inspection System for PCBs
IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1451-1455 www.iosrjen.org Image Processing Based Automatic Visual Inspection System for PCBs Sanveer Singh 1, Manu
Multimodal Biometric Recognition Security System
Multimodal Biometric Recognition Security System Anju.M.I, G.Sheeba, G.Sivakami, Monica.J, Savithri.M Department of ECE, New Prince Shri Bhavani College of Engg. & Tech., Chennai, India ABSTRACT: Security
Signature Region of Interest using Auto cropping
ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,
ELEVATING FORENSIC INVESTIGATION SYSTEM FOR FILE CLUSTERING
ELEVATING FORENSIC INVESTIGATION SYSTEM FOR FILE CLUSTERING Prashant D. Abhonkar 1, Preeti Sharma 2 1 Department of Computer Engineering, University of Pune SKN Sinhgad Institute of Technology & Sciences,
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal
Data Mining: A Preprocessing Engine
Journal of Computer Science 2 (9): 735-739, 2006 ISSN 1549-3636 2005 Science Publications Data Mining: A Preprocessing Engine Luai Al Shalabi, Zyad Shaaban and Basel Kasasbeh Applied Science University,
International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014
Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College
PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM
PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,
