Multi prototype fuzzy pattern matching for handwritten character recognition

Size: px
Start display at page:

Download "Multi prototype fuzzy pattern matching for handwritten character recognition"

Transcription

1 Multi prototype fuzzy pattern matching for handwritten character recognition MILIND E. RANE, DHABE P. S AND J. B. PATIL Dept. of Electronics and Computer, R.C. Patel Institute of Technology, Shirpur, Dist. Dhule, Maharashtra, Pin INDIA Abstract :- In this paper a novel method of multi-prototype fuzzy matching is proposed. It calculates multiple prototypes of a single class using a fuzzy parameter. Its ability of classification and recognition is tested with a realistic database of handwritten digits. Its performance is found superior than traditional single class prototype matching for classification as well as recognition for few prototypes per class. It also eliminate serious handicap of single prototype method, that after calculation of class prototype we can not increase recognition using the same training set used for calculation of prototype. Key-Words: - prototype matching, classification, recognition, handwritten character recognition. 1 Introduction Handwritten character recognition is still a hot research topic where researchers are struggling a lot. Matching the class prototype is traditional method used for this task. This method calculates a single prototype for a class which is generally taken as average of all the patterns used to calculate class prototype. Then to reason about class label of a pattern, applied pattern is matched with all the existing class prototypes and class label of the prototype having minimum distance with pattern is awarded as class label of that pattern. This method uses minimum distance clasifier, after calculating Euclidean distance between prototype and applied pattern [1]. This theory is well suited for all pattern recognition tasks where the patterns within a class has less deviation from one another. But the concept of single prototype is found less effective for handwritten character recognition. Since the patterns belonging to a class has considerable variation in their shapes. Figure 1. shows variations in shape of Devanagiri (Alphbet set used in India) digit 3. Following facts can be immediately detected by observation of above figure. i. Each digit has considerable variation in their shape. ii. Angle of orientation of each digit is different. iii. Thickness of digit has considerable variation depending on thickness of tip of the pen. iv. Each digit is written in different style. Fig.1. Variations in shape of digit three. If we calculate a single prototype of a class of pattrens depicted in figure 1. then that prototype can not capture all the peculiarity of all the patterns within that class. At the first glance it seems that it can be better to calculate more than one prototype for a single class to capture peculiarities of all possible shapes, which is the central idea of this paper. From figure 1. we immediately come to know that if we create a separate prototypes from first, second and third digit and from fourth, fifth, sixth and seventh digit, then it is expected to get better recognition with prototype matching. From this idea we worked in this direction and our work leads to a fuzzy system that can be used for classification and recognition of handwritten characters. Remaining part of this paper is organized as follows. Section 2 discusses realistic image database of 1000 handwritten digits used for experimentation purpose along with the image normalization with respect to translation and scale. Section 3 explores method used for calculation of multiple prototypes. A 2-D example is discussed in section 4 to explain behavior of proposed method for better understanding. Experimental results are given in section 5, along with performance

2 comparisons with traditional method using single prototype. Conclusions are withdrawn in section 6 based on the emperical evidences. References are cited at the end. 2 Image database Image database used in this work is collected from 100 multipen writers. Each person has written ten digits from 0 to 9. These characters are scanned and stroed in 65 x 65.bmp images in binary format. These digit images are in arbitrary rotation, translation and scale. Figure 2 depicts a set of ten digits written by a single person. Fig. 2. A set of ten digits. By observation of figure 1 and 2 it is clear that characters have variation in size, angle of orientation and position within image frame. Thus we can not extract image features directly from such an images, since they dependent on size, position and rotation angle (i.e. angle of least moment of inertia axis). So before extraction of features these images are normalized with respect to scale and translation. For extraction of features from these images we used ring features, which are invariant to rotation thus images are not normalized with respect to rotation [2]. To achieve normalization wrt translation and scale we used the moment normalization discussed in [3]. To translate a digit at the center of the image frame we have calculated regular geometrical zeroth and first order moments for gettting center of gravity (CG) of the th object. The ( p + q) order moment M pq of a digital image f ( x, y) is given by (1) M pq = M M x= 1 y= 1 x p y q f ( x, y) (1) (4) where p, q = 0,1,2... Then the CG of object image is given by (2) M 1,0 M 0,1 CG =, (2) M 0,0 M 0,0 This calculated CG is shifted to center of image frame ( 33, 33) along with shifting all the object pixels to get normalization w.r.t translation. For scale normalization we have to count total number of object pixels present in the image by M 0, 0. Each image is represented by 400 object pixels to compensate its size. The scaling factor β is calculated as (3) β = 400 M (3) 0,0 ' The image f ( ) after scaling is obtained by (4) ' x y f ( x, y) = f, (4) β β Figure 3, shows (from left to right) an original image, its scaled version and the image after translation. Fig. 3. Image normalization. The translation is done after scaling since scaling moves the CG of the object in image. The ring features are extracted after these steps. 3 Multiple prototype calculation For calculation of multiple prototypes we have used a fuzzy membership function This function calculates membership of input pattern R h in a class prototype Ci as shown in (5). 0 if γ. d 1 f ( Ci ) =, (5) 1 γ. d if γ. d < 1 where, the distance d is calculated as ( ) 1/ 2 m 2 d = C ij R hj 0 (6) j= and γ is the sensitivity parameter that regulates how fast membership value decreases as distance between cluster prototype and input pattern increases, where

3 γ > 0. The membership function designed in (5) possesses all the properties of fuzzy sets like normality and convexity described in [4]. The plot of membership functions for a 2-D class prototype (0.5, 0.5), with γ = 1 and γ = 4 are shown in Figure 4. Prorotype calculation requires to find out natural grouping of patterns within a class and then the largest group within the class is considered for calculation of a single prototype for this selected group. For finding a pattern group we have used a parameter called grouping factor 0 < α 1, which defines the size of pattern group and thus controls number of prototypes created within a class. More value of α leads to creation of more prototypes within the given class. 1 count and S be the set of these p patterns falling close around R j with fuzzy membership α. Then the class prototype is computed as 1 p 1 C ji = Si for i = 1, 2,..., n p (7) j= 1 Now the patterns which are already grouped and present in S 1 are removed from S and the patterns which are not grouped are considered for calculation of next prototype within the same class. This process repeats untill all the patterns of a class are grouped and S will becomes empty. The same steps are repeated for class c = 1,2,..., m. Thus for each class we get multiple prototypes. Fig.4 a. Membership function plot for γ = 1. Fig.4 b. Membership function plot for γ = 4. Let that the pattern set R = { Rh h = 1, 2..., k}, contains n dimensional k patterns of m class. To calculate pattern grouping of i th class patterns, we have to get a set S of all patterns belonging to i th class, where S R. To determine the pattern group of this class, all the patterns are applied to each of the pattern assuming them as a class prototype and fuzzy membership of each pattern is calcultaed in all other patterns using (5). The patterns that give fuzzy membership value larger than α are counted for all the patterns. Let R j S is the pattern with the maximum 4. A 2-D Example For the explanation of calculation of multiple prototypes an example in 2-D pattern space is selected. The patterns are selected to capture all the behavioral possibilities of the algorithm. The selected patterns are listed in Table 1 and its scatter plot is shown in Figure.5. All the patterns are belonging to same class. From the scatter plot also we can confirm that we can not capture peculiarities of all the patterns with using a single prototype. It is expected that at least three prototypes are needed for better recognition. The order of data presentation to the system is same as that shown in Table 1. Table 1. A set of 2-D patterns. P1=[0.5, 0.7] P2=[0.6, 0.7] P3=[0.55, 0.65] P4=[0.5, 0.6] P5=[0.6, 0.6] P6=[0.1, 0.2] P7=[0.2, 0.2] P10=[0.2, 0.1] P13=[0.75, 0.25] P8=[0.15, 0.15] P11=[0.7, 0.3] P14=[0.7, 0.2] P9=[0.1, 0.1] P12=[0.8, 0.3] P15=[0.8, 0.2] By selecting α = we have given patterns listed within Table 1. The first largest group selected for calculation of prototype contains (P1, P2, P3, P4, P5 ) and the calculated prototype is (0.55,0.65). Now these patterns are removed from the dataset and remaining ten

4 patterns from P6,..,p15 are considered for pattern grouping and prototype calculation. When the remaining ten patterns considered, it has selected largest group containing patterns ( P6, P7, P8, P9, P10 ) and caculated second prototype as (0.15,0.15) Fig.5. Scatter plot of 2-D example. After removing these patterns only five patterns are remained in the dataset and the algorithm has selected largest group containing (P11, P12, P13, P14, P15) and calculated prototype as ( 0.75,0.25 ). The patterns falling in the largest group when removed from the dataset and when dataset become empty algorithm halted by successfully giviing multiple prototypes. Thus algorithm has created three prototypes for the patterns of same class. From this example it is clear that algorithm has created three prototypes for the patterns belonging to the same class. The pattern groups are circled and given the name as c 1, c2 and c3 as shown in Figure 6. The calculated prototypes are indicated by square dots. From observation of Figure 6, it is clear that algorithm did the expected job to get natural pattern groupings within a single class. Fig.6. Pattern groups and multiple prototypes. We can increase the number of prototypes created by increasing the value of α. For less value of α algorithm calculates less number of prototypes. 5 Experimental results We have simulated proposed method on MatLab 5.x. For experimentation purpose we have used database of handwritten numerals described in section 2. These images are used to extract ring features after normalization with respect to scale and translation. The scale normalization is achieved in such a way that the normalised image contains 400 pixels. Ring features are extracted by setting ring width equals to 2. Since image size is 65 x 65 it creates 16 ring within an image frame. So the dimensionality of feature vector for a single image is (1,16) and for the complete database of 1000 images is (1000,16). After getting the feature matrix R of size (1000,16), the values in it are found arbitrary integers to bring all the values within the interval [0,1], we have used (8) R = R (8) max ( R ) where max ( R ) is the maximum value in the matrix R. These bring all the values in the interval [0,1]. Such normalization of feature matrix makes pattern space as n-dimensional hyper cube and is more convinient for the recognition task. This normalization although leads to loss of some absolute information about patterns but retains all the relative information abut the patterns [5]. The feature matrix contains patterns of 10 classes i.e 100 patterns of each class. We have used first 500 pattern features from R for calculation of prototypes i.e 50 pattern features per class and remaining 500 are used for testing recognition. The proposed method is compared with the traditional single prototype method by applying same patterns of same database and with the same order of data presentation, to make valid comparison. For first 500 patterns single prototype method has created ten prototypes for ten classes. We used same 500 pattern features for getting classification performance. The classification is found to be 38 percent. Now the remaining 500 pattern features which are not considered for calculation of class prototype are used for testing recognition. It has given 27.6 percent recognition rate. It is shown in Table 2.

5 Table 2. Performance of single prototype method Percentage Classification 38.0 Recognition 27.6 The time required to calculate prototype and recall time per pattern in seconds exhibited during recognition by single prototype method are shown in Table 3. Table 3. Timing analysis of single prototype method Prototype calculation time Recall time per pattern The proposed method of multiple prototypes is also tested with the same pattern feature set by appling patterns in the same order. When α = 0. 6 it has created total 22 prototypes belonging to ten classes. The number of prototypes created for each class are shown in row vector V, where V = (5,1,1, 2,1,1, 3, 3, 3, 2). The value of V (i) indicates number of prototype created for i th class, where i = 1, 2,..., 10. The performance of classification and recognition is shown in Table 4. For α = 0. 7 it has created total 42 prototypes of all the classes with V = (8, 3, 4, 4, 3, 2, 5, 5, 4, 4). For α = 0. 8 it has created total 120 prototypes of all the classes with V = (16,8,10,15, 7, 7,11,18,15,13). Similarly this method is tested for α = and α = it has created total 217 and 346 prototypes of all the classes, respectively. Table 4 shows classification and recognition performance in all the cases with different values of α, where CC indicates percentage classification and RR indicates percentage recognition rate. Table 4. Performance of multiprototype method. Value of α Total prototypes created Value of CC Value of RR Time required to calculates the prototypes for 500 pattern features and the recall time per pattern in seconds exhibited during recognition in multiprototype method is tabulated in Table 5. Table 5. Timing analysis of multiprototype method Value of α Prototype calculation time Recall time per pattern Conclusions The proposed method of multiprototype is found superior than the traditional single method of prototype per class. It also adds flexibility that makes it possible to increase classification and recognition rate by increasing total number of prototype created per class, which could not be possible for single class prototype which is the severe handicap of that method. By increasing value of α we can increase total number of prototypes created per class in other words we can add more knowledge in it which is used for classification and recognition decision making. It is suggested that moderate value of α is chosen to get acceptable recognition/classification rate. The proposed method has proven better performance than the single prototype method for worse task of realistic handwritten character recognition. The time required to calculate the class prototype of this method is found larger than the single prototype method. This time increases as we increase value of α which can not be treated as serious drawback of this method since prototype calculation need to be done only once. It is also observed that recall time per pattern i.e. time required for a pattern to reason about its class, grows as we increase value of α. The value of α must be chosen in such a way that the method must create prototype per class larger than the one and acceptable recall time per pattern is exhibited by it. This method can also learn patterns on fly i.e new patterns can be added at any time by finding class prototype of the newly applied pattern which gives fuzzy membership value greater than or equals to α and the newely pattern is accomodated in that prototype. If the above condition does not satisfiy then a new class prototype is created from it.

6 References: [1]. Rafael C. Gonzalez and Richard E. Woods, Digital Image Processing, 2 nd ed., Pearson education,2003. [2]. Hung-Pin Chiu and Din-Chang Tseng, Invariant handwritten Chinese character recognition using fuzzy min-max neural networks, Pattern recog. letters, Vol. 18, pp , [3]. S.J. Parantonis and P.J.G. Lisboa, Translation, rotation and scale invariant pattern recognition by high-order neural network and moment classifiers, IEEE Trans. Neural networks, vol.3, No.2, pp , [4]. P.M Patil. P.S. Dhabe, U.V. Kulkani and T.R.Sontakke Recognition of handwritten characters using modified fuzzy hyperline segment neural network, in proc. IEEE int. conference on fuzzy systems FUZZ_IEEE 03, May [5]. P. K. Simpson, Fuzzy min-max neural networks Part 1: Classification, IEEE Trans. on Neural Networks, Vol. 3, No. 5, pp , 1992.

Modified Fuzzy Hyperline Segment Neural Network for Pattern Classification and Recognition

Modified Fuzzy Hyperline Segment Neural Network for Pattern Classification and Recognition , July 2-4, 2014, London, U.K. Modified Fuzzy Hyperline Segment Neural Network for Pattern Classification and Recognition S. B. Bagal and U. V. Kulkarni Abstract The Fuzzy Hyperline Segment Neural Network

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Stefan Müller, Gerhard Rigoll, Andreas Kosmala and Denis Mazurenok Department of Computer Science, Faculty of

More information

EE 584 MACHINE VISION

EE 584 MACHINE VISION EE 584 MACHINE VISION Binary Images Analysis Geometrical & Topological Properties Connectedness Binary Algorithms Morphology Binary Images Binary (two-valued; black/white) images gives better efficiency

More information

Object Recognition Using Reflex Fuzzy Min-Max Neural Network with Floating Neurons

Object Recognition Using Reflex Fuzzy Min-Max Neural Network with Floating Neurons Object Recognition Using Reflex Fuzzy Min-Max Neural Network with Floating Neurons A.V. Nandedkar and P.K. Biswas Electronics & Elec. Communication Engg. Department, Indian Institute of Technology, Kharagpur

More information

Machine vision. Summary # 6: Shape descriptors

Machine vision. Summary # 6: Shape descriptors Machine vision Summary # : Shape descriptors SHAPE DESCRIPTORS Objects in an image are a collection of pixels. In order to describe an object or distinguish between objects, we need to understand the properties

More information

Invarianceness for Character Recognition Using Geo-Discretization Features

Invarianceness for Character Recognition Using Geo-Discretization Features Computer and Information Science; Vol. 9, No. 2; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Invarianceness for Character Recognition Using Geo-Discretization

More information

A Computer Vision System for Graphical Pattern Recognition and Semantic Object Detection

A Computer Vision System for Graphical Pattern Recognition and Semantic Object Detection A Computer Vision System for Graphical Pattern Recognition and Semantic Object Detection Tudor Barbu Institute of Computer Science, Iaşi, Romania Abstract We have focused on a set of problems related to

More information

A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data

A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data Journal of Computational Information Systems 11: 6 (2015) 2139 2146 Available at http://www.jofcis.com A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data

More information

A New Online Clustering Approach for Data in Arbitrary Shaped Clusters

A New Online Clustering Approach for Data in Arbitrary Shaped Clusters A New Online Clustering Approach for Data in Arbitrary Shaped Clusters Richard Hyde, Plamen Angelov Data Science Group, School of Computing and Communications Lancaster University Lancaster, LA1 4WA, UK

More information

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition Dinesh Mandalapu, Sridhar Murali Krishna HP Laboratories India HPL-2007-109 July

More information

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation K. Roy, U. Pal and B. B. Chaudhuri CVPR Unit; Indian Statistical Institute, Kolkata-108; India umapada@isical.ac.in

More information

ECM A Novel On-line, Evolving Clustering Method and Its Applications

ECM A Novel On-line, Evolving Clustering Method and Its Applications ECM A Novel On-line, Evolving Clustering Method and Its Applications Qun Song 1 and Nikola Kasabov 2 1, 2 Department of Information Science, University of Otago P.O Box 56, Dunedin, New Zealand (E-mail:

More information

Figure (5) Kohonen Self-Organized Map

Figure (5) Kohonen Self-Organized Map 2- KOHONEN SELF-ORGANIZING MAPS (SOM) - The self-organizing neural networks assume a topological structure among the cluster units. - There are m cluster units, arranged in a one- or two-dimensional array;

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Handwritten Devanagari Character Recognition Model Using Neural Network

Handwritten Devanagari Character Recognition Model Using Neural Network Handwritten Devanagari Character Recognition Model Using Neural Network Gaurav Jaiswal M.Sc. (Computer Science) Department of Computer Science Banaras Hindu University, Varanasi. India gauravjais88@gmail.com

More information

Generation of Artistic Calligraphic Fonts Considering Character Structure

Generation of Artistic Calligraphic Fonts Considering Character Structure See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/242099701 Generation of Artistic Calligraphic Fonts Considering Character Structure Article

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 10, October 2018, pp. 1322 1330, Article ID: IJCIET_09_10_132 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

A Naïve Soft Computing based Approach for Gene Expression Data Analysis

A Naïve Soft Computing based Approach for Gene Expression Data Analysis Available online at www.sciencedirect.com Procedia Engineering 38 (2012 ) 2124 2128 International Conference on Modeling Optimization and Computing (ICMOC-2012) A Naïve Soft Computing based Approach for

More information

Binarization of Color Character Strings in Scene Images Using K-means Clustering and Support Vector Machines

Binarization of Color Character Strings in Scene Images Using K-means Clustering and Support Vector Machines 2011 International Conference on Document Analysis and Recognition Binarization of Color Character Strings in Scene Images Using K-means Clustering and Support Vector Machines Toru Wakahara Kohei Kita

More information

Edge Detection and Template Matching Approaches for Human Ear Detection

Edge Detection and Template Matching Approaches for Human Ear Detection Edge and Template Matching Approaches for Human Ear K. V. Joshi G H Patel College Engineering and Technology vallabh vidyanagar, Gujarat, India N. C. Chauhan A D Patel Institute Technology New vallabh

More information

Clustering and Visualisation of Data

Clustering and Visualisation of Data Clustering and Visualisation of Data Hiroshi Shimodaira January-March 28 Cluster analysis aims to partition a data set into meaningful or useful groups, based on distances between data points. In some

More information

A 3D Point Cloud Registration Algorithm based on Feature Points

A 3D Point Cloud Registration Algorithm based on Feature Points International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) A 3D Point Cloud Registration Algorithm based on Feature Points Yi Ren 1, 2, a, Fucai Zhou 1, b 1 School

More information

Online Feature Extraction Technique for Optical Character Recognition System

Online Feature Extraction Technique for Optical Character Recognition System Online Feature Extraction Technique for Optical Character Recognition System Khairun Saddami 1,2, Khairul Munadi 1,2,3 and Fitri Arnia 1,2,3,* 1 Doctoral Program of Engineering, Faculty of Engineering,

More information

FEATURE EXTRACTION TECHNIQUES FOR IMAGE RETRIEVAL USING HAAR AND GLCM

FEATURE EXTRACTION TECHNIQUES FOR IMAGE RETRIEVAL USING HAAR AND GLCM FEATURE EXTRACTION TECHNIQUES FOR IMAGE RETRIEVAL USING HAAR AND GLCM Neha 1, Tanvi Jain 2 1,2 Senior Research Fellow (SRF), SAM-C, Defence R & D Organization, (India) ABSTRACT Content Based Image Retrieval

More information

Programming Exercise 3: Multi-class Classification and Neural Networks

Programming Exercise 3: Multi-class Classification and Neural Networks Programming Exercise 3: Multi-class Classification and Neural Networks Machine Learning Introduction In this exercise, you will implement one-vs-all logistic regression and neural networks to recognize

More information

Comparative Study of ROI Extraction of Palmprint

Comparative Study of ROI Extraction of Palmprint 251 Comparative Study of ROI Extraction of Palmprint 1 Milind E. Rane, 2 Umesh S Bhadade 1,2 SSBT COE&T, North Maharashtra University Jalgaon, India Abstract - The Palmprint region segmentation is an important

More information

Unsupervised Learning : Clustering

Unsupervised Learning : Clustering Unsupervised Learning : Clustering Things to be Addressed Traditional Learning Models. Cluster Analysis K-means Clustering Algorithm Drawbacks of traditional clustering algorithms. Clustering as a complex

More information

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation.

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation. Equation to LaTeX Abhinav Rastogi, Sevy Harris {arastogi,sharris5}@stanford.edu I. Introduction Copying equations from a pdf file to a LaTeX document can be time consuming because there is no easy way

More information

MORPHOLOGICAL EDGE DETECTION AND CORNER DETECTION ALGORITHM USING CHAIN-ENCODING

MORPHOLOGICAL EDGE DETECTION AND CORNER DETECTION ALGORITHM USING CHAIN-ENCODING MORPHOLOGICAL EDGE DETECTION AND CORNER DETECTION ALGORITHM USING CHAIN-ENCODING Neeta Nain, Vijay Laxmi, Ankur Kumar Jain & Rakesh Agarwal Department of Computer Engineering Malaviya National Institute

More information

Figure 1 shows unstructured data when plotted on the co-ordinate axis

Figure 1 shows unstructured data when plotted on the co-ordinate axis 7th International Conference on Computational Intelligence, Communication Systems and Networks (CICSyN) Key Frame Extraction and Foreground Modelling Using K-Means Clustering Azra Nasreen Kaushik Roy Kunal

More information

Fingerprint Classification Using Orientation Field Flow Curves

Fingerprint Classification Using Orientation Field Flow Curves Fingerprint Classification Using Orientation Field Flow Curves Sarat C. Dass Michigan State University sdass@msu.edu Anil K. Jain Michigan State University ain@msu.edu Abstract Manual fingerprint classification

More information

Implemented by Valsamis Douskos Laboratoty of Photogrammetry, Dept. of Surveying, National Tehnical University of Athens

Implemented by Valsamis Douskos Laboratoty of Photogrammetry, Dept. of Surveying, National Tehnical University of Athens An open-source toolbox in Matlab for fully automatic calibration of close-range digital cameras based on images of chess-boards FAUCCAL (Fully Automatic Camera Calibration) Implemented by Valsamis Douskos

More information

Biometrics Technology: Hand Geometry

Biometrics Technology: Hand Geometry Biometrics Technology: Hand Geometry References: [H1] Gonzeilez, S., Travieso, C.M., Alonso, J.B., and M.A. Ferrer, Automatic biometric identification system by hand geometry, Proceedings of IEEE the 37th

More information

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 125-130 MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION

More information

Clustering. Robert M. Haralick. Computer Science, Graduate Center City University of New York

Clustering. Robert M. Haralick. Computer Science, Graduate Center City University of New York Clustering Robert M. Haralick Computer Science, Graduate Center City University of New York Outline K-means 1 K-means 2 3 4 5 Clustering K-means The purpose of clustering is to determine the similarity

More information

Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices

Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices International Journal of Scientific and Research Publications, Volume 7, Issue 8, August 2017 512 Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices Manisha Rajput Department

More information

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Lori Cillo, Attebury Honors Program Dr. Rajan Alex, Mentor West Texas A&M University Canyon, Texas 1 ABSTRACT. This work is

More information

MODULE 7 Nearest Neighbour Classifier and its Variants LESSON 12

MODULE 7 Nearest Neighbour Classifier and its Variants LESSON 12 MODULE 7 Nearest Neighbour Classifier and its Variants LESSON 2 Soft Nearest Neighbour Classifiers Keywords: Fuzzy, Neighbours in a Sphere, Classification Time Fuzzy knn Algorithm In Fuzzy knn Algorithm,

More information

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data PRABHJOT KAUR DR. A. K. SONI DR. ANJANA GOSAIN Department of IT, MSIT Department of Computers University School

More information

Part-Based Skew Estimation for Mathematical Expressions

Part-Based Skew Estimation for Mathematical Expressions Soma Shiraishi, Yaokai Feng, and Seiichi Uchida shiraishi@human.ait.kyushu-u.ac.jp {fengyk,uchida}@ait.kyushu-u.ac.jp Abstract We propose a novel method for the skew estimation on text images containing

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Implementation Feasibility of Convex Recursive Deletion Regions Using Multi-Layer Perceptrons

Implementation Feasibility of Convex Recursive Deletion Regions Using Multi-Layer Perceptrons Implementation Feasibility of Convex Recursive Deletion Regions Using Multi-Layer Perceptrons CHE-CHERN LIN National Kaohsiung Normal University Department of Industrial Technology Education 116 HePing

More information

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS 8.1 Introduction The recognition systems developed so far were for simple characters comprising of consonants and vowels. But there is one

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

Task analysis based on observing hands and objects by vision

Task analysis based on observing hands and objects by vision Task analysis based on observing hands and objects by vision Yoshihiro SATO Keni Bernardin Hiroshi KIMURA Katsushi IKEUCHI Univ. of Electro-Communications Univ. of Karlsruhe Univ. of Tokyo Abstract In

More information

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs

Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs Chapter 4. The Classification of Species and Colors of Finished Wooden Parts Using RBFNs 4.1 Introduction In Chapter 1, an introduction was given to the species and color classification problem of kitchen

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

6. Applications - Text recognition in videos - Semantic video analysis

6. Applications - Text recognition in videos - Semantic video analysis 6. Applications - Text recognition in videos - Semantic video analysis Stephan Kopf 1 Motivation Goal: Segmentation and classification of characters Only few significant features are visible in these simple

More information

A two-stage approach for segmentation of handwritten Bangla word images

A two-stage approach for segmentation of handwritten Bangla word images A two-stage approach for segmentation of handwritten Bangla word images Ram Sarkar, Nibaran Das, Subhadip Basu, Mahantapas Kundu, Mita Nasipuri #, Dipak Kumar Basu Computer Science & Engineering Department,

More information

The Effects of Outliers on Support Vector Machines

The Effects of Outliers on Support Vector Machines The Effects of Outliers on Support Vector Machines Josh Hoak jrhoak@gmail.com Portland State University Abstract. Many techniques have been developed for mitigating the effects of outliers on the results

More information

Improved Version of Kernelized Fuzzy C-Means using Credibility

Improved Version of Kernelized Fuzzy C-Means using Credibility 50 Improved Version of Kernelized Fuzzy C-Means using Credibility Prabhjot Kaur Maharaja Surajmal Institute of Technology (MSIT) New Delhi, 110058, INDIA Abstract - Fuzzy c-means is a clustering algorithm

More information

Patch-Based Image Classification Using Image Epitomes

Patch-Based Image Classification Using Image Epitomes Patch-Based Image Classification Using Image Epitomes David Andrzejewski CS 766 - Final Project December 19, 2005 Abstract Automatic image classification has many practical applications, including photo

More information

Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig

Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig Texture Analysis of Painted Strokes 1) Martin Lettner, Paul Kammerer, Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image Processing

More information

Artificial Neural Networks Lab 2 Classical Pattern Recognition

Artificial Neural Networks Lab 2 Classical Pattern Recognition Artificial Neural Networks Lab 2 Classical Pattern Recognition Purpose To implement (using MATLAB) some traditional classifiers and try these on both synthetic and real data. The exercise should give some

More information

Points Lines Connected points X-Y Scatter. X-Y Matrix Star Plot Histogram Box Plot. Bar Group Bar Stacked H-Bar Grouped H-Bar Stacked

Points Lines Connected points X-Y Scatter. X-Y Matrix Star Plot Histogram Box Plot. Bar Group Bar Stacked H-Bar Grouped H-Bar Stacked Plotting Menu: QCExpert Plotting Module graphs offers various tools for visualization of uni- and multivariate data. Settings and options in different types of graphs allow for modifications and customizations

More information

COMPARATIVE ANALYSIS OF EYE DETECTION AND TRACKING ALGORITHMS FOR SURVEILLANCE

COMPARATIVE ANALYSIS OF EYE DETECTION AND TRACKING ALGORITHMS FOR SURVEILLANCE Volume 7 No. 22 207, 7-75 ISSN: 3-8080 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu COMPARATIVE ANALYSIS OF EYE DETECTION AND TRACKING ALGORITHMS FOR SURVEILLANCE

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Distance and Angles Effect in Hough Transform for line detection

Distance and Angles Effect in Hough Transform for line detection Distance and Angles Effect in Hough Transform for line detection Qussay A. Salih Faculty of Information Technology Multimedia University Tel:+603-8312-5498 Fax:+603-8312-5264. Abdul Rahman Ramli Faculty

More information

Redefining and Enhancing K-means Algorithm

Redefining and Enhancing K-means Algorithm Redefining and Enhancing K-means Algorithm Nimrat Kaur Sidhu 1, Rajneet kaur 2 Research Scholar, Department of Computer Science Engineering, SGGSWU, Fatehgarh Sahib, Punjab, India 1 Assistant Professor,

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

More information

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection Based on Locality Preserving Projection 2 Information & Technology College, Hebei University of Economics & Business, 05006 Shijiazhuang, China E-mail: 92475577@qq.com Xiaoqing Weng Information & Technology

More information

Robust Shape Retrieval Using Maximum Likelihood Theory

Robust Shape Retrieval Using Maximum Likelihood Theory Robust Shape Retrieval Using Maximum Likelihood Theory Naif Alajlan 1, Paul Fieguth 2, and Mohamed Kamel 1 1 PAMI Lab, E & CE Dept., UW, Waterloo, ON, N2L 3G1, Canada. naif, mkamel@pami.uwaterloo.ca 2

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015 Offline Handwritten Signature Verification using Neural Network Pallavi V. Hatkar Department of Electronics Engineering, TKIET Warana, India Prof.B.T.Salokhe Department of Electronics Engineering, TKIET

More information

CLASSIFICATION OF BOUNDARY AND REGION SHAPES USING HU-MOMENT INVARIANTS

CLASSIFICATION OF BOUNDARY AND REGION SHAPES USING HU-MOMENT INVARIANTS CLASSIFICATION OF BOUNDARY AND REGION SHAPES USING HU-MOMENT INVARIANTS B.Vanajakshi Department of Electronics & Communications Engg. Assoc.prof. Sri Viveka Institute of Technology Vijayawada, India E-mail:

More information

APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES

APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES APPLICATION OF THE FUZZY MIN-MAX NEURAL NETWORK CLASSIFIER TO PROBLEMS WITH CONTINUOUS AND DISCRETE ATTRIBUTES A. Likas, K. Blekas and A. Stafylopatis National Technical University of Athens Department

More information

Clustering CS 550: Machine Learning

Clustering CS 550: Machine Learning Clustering CS 550: Machine Learning This slide set mainly uses the slides given in the following links: http://www-users.cs.umn.edu/~kumar/dmbook/ch8.pdf http://www-users.cs.umn.edu/~kumar/dmbook/dmslides/chap8_basic_cluster_analysis.pdf

More information

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc Section 2-2 Frequency Distributions Copyright 2010, 2007, 2004 Pearson Education, Inc. 2.1-1 Frequency Distribution Frequency Distribution (or Frequency Table) It shows how a data set is partitioned among

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Robust & Accurate Face Recognition using Histograms

Robust & Accurate Face Recognition using Histograms Robust & Accurate Face Recognition using Histograms Sarbjeet Singh, Meenakshi Sharma and Dr. N.Suresh Rao Abstract A large number of face recognition algorithms have been developed from decades. Face recognition

More information

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive PEARSON Prentice Hall Pearson Education International Contents Preface xv Acknowledgments

More information

Question - 1 Ransomizer

Question - 1 Ransomizer California HSPC 18 18 minutes Question - 1 Ransomizer As seen in movies, ransom holders do not send out the note with instructions and details with their own handwriting, fearing that they will be identified.

More information

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION

A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. 1-2011 A FUZZY LOGIC BASED METHOD FOR EDGE DETECTION C. SULIMAN 1 C. BOLDIŞOR 1 R. BĂZĂVAN 2 F. MOLDOVEANU

More information

Gene Clustering & Classification

Gene Clustering & Classification BINF, Introduction to Computational Biology Gene Clustering & Classification Young-Rae Cho Associate Professor Department of Computer Science Baylor University Overview Introduction to Gene Clustering

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm Group 1: Mina A. Makar Stanford University mamakar@stanford.edu Abstract In this report, we investigate the application of the Scale-Invariant

More information

ENHANCED DBSCAN ALGORITHM

ENHANCED DBSCAN ALGORITHM ENHANCED DBSCAN ALGORITHM Priyamvada Paliwal #1, Meghna Sharma *2 # Software Engineering, ITM University Sector 23-A, Gurgaon, India *Asst. Prof. Dept. of CS, ITM University Sector 23-A, Gurgaon, India

More information

Principal Component Image Interpretation A Logical and Statistical Approach

Principal Component Image Interpretation A Logical and Statistical Approach Principal Component Image Interpretation A Logical and Statistical Approach Md Shahid Latif M.Tech Student, Department of Remote Sensing, Birla Institute of Technology, Mesra Ranchi, Jharkhand-835215 Abstract

More information

Translations. Geometric Image Transformations. Two-Dimensional Geometric Transforms. Groups and Composition

Translations. Geometric Image Transformations. Two-Dimensional Geometric Transforms. Groups and Composition Geometric Image Transformations Algebraic Groups Euclidean Affine Projective Bovine Translations Translations are a simple family of two-dimensional transforms. Translations were at the heart of our Sprite

More information

Analysis of high dimensional data via Topology. Louis Xiang. Oak Ridge National Laboratory. Oak Ridge, Tennessee

Analysis of high dimensional data via Topology. Louis Xiang. Oak Ridge National Laboratory. Oak Ridge, Tennessee Analysis of high dimensional data via Topology Louis Xiang Oak Ridge National Laboratory Oak Ridge, Tennessee Contents Abstract iii 1 Overview 1 2 Data Set 1 3 Simplicial Complex 5 4 Computation of homology

More information

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Author Zhang, Bai-ling, Leung, Clement, Gao, Yongsheng Published 2006 Conference Title ICPR2006: 18th International Conference

More information

Enhanced Image. Improved Dam point Labelling

Enhanced Image. Improved Dam point Labelling 3rd International Conference on Multimedia Technology(ICMT 2013) Video Text Extraction Based on Stroke Width and Color Xiaodong Huang, 1 Qin Wang, Kehua Liu, Lishang Zhu Abstract. Video text can be used

More information

Classification with Diffuse or Incomplete Information

Classification with Diffuse or Incomplete Information Classification with Diffuse or Incomplete Information AMAURY CABALLERO, KANG YEN Florida International University Abstract. In many different fields like finance, business, pattern recognition, communication

More information

Notes. Reminder: HW2 Due Today by 11:59PM. Review session on Thursday. Midterm next Tuesday (10/10/2017)

Notes. Reminder: HW2 Due Today by 11:59PM. Review session on Thursday. Midterm next Tuesday (10/10/2017) 1 Notes Reminder: HW2 Due Today by 11:59PM TA s note: Please provide a detailed ReadMe.txt file on how to run the program on the STDLINUX. If you installed/upgraded any package on STDLINUX, you should

More information

Firm Object Classification using Butterworth Filters and Multiscale Fourier Descriptors Saravanakumar M

Firm Object Classification using Butterworth Filters and Multiscale Fourier Descriptors Saravanakumar M Firm Object Classification using Butterworth Filters and Multiscale Fourier Descriptors Saravanakumar M Department of Information Bannari Amman Institute of Sathyamangalam, Tamilnadu, India VinothSarun

More information

SVM Classification in Multiclass Letter Recognition System

SVM Classification in Multiclass Letter Recognition System Global Journal of Computer Science and Technology Software & Data Engineering Volume 13 Issue 9 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Mr..Sudarshan Deshmukh. Department of E&TC Siddhant College of Engg, Sudumbare, Pune Prof. S. S. Raut.

More information

Automatic Detection of Texture Defects using Texture-Periodicity and Gabor Wavelets

Automatic Detection of Texture Defects using Texture-Periodicity and Gabor Wavelets Abstract Automatic Detection of Texture Defects using Texture-Periodicity and Gabor Wavelets V Asha 1, N U Bhajantri, and P Nagabhushan 3 1 New Horizon College of Engineering, Bangalore, Karnataka, India

More information

Rank Measures for Ordering

Rank Measures for Ordering Rank Measures for Ordering Jin Huang and Charles X. Ling Department of Computer Science The University of Western Ontario London, Ontario, Canada N6A 5B7 email: fjhuang33, clingg@csd.uwo.ca Abstract. Many

More information

Use of Multi-category Proximal SVM for Data Set Reduction

Use of Multi-category Proximal SVM for Data Set Reduction Use of Multi-category Proximal SVM for Data Set Reduction S.V.N Vishwanathan and M Narasimha Murty Department of Computer Science and Automation, Indian Institute of Science, Bangalore 560 012, India Abstract.

More information

A Framework for Efficient Fingerprint Identification using a Minutiae Tree

A Framework for Efficient Fingerprint Identification using a Minutiae Tree A Framework for Efficient Fingerprint Identification using a Minutiae Tree Praveer Mansukhani February 22, 2008 Problem Statement Developing a real-time scalable minutiae-based indexing system using a

More information

ON THE STRONGLY REGULAR GRAPH OF PARAMETERS

ON THE STRONGLY REGULAR GRAPH OF PARAMETERS ON THE STRONGLY REGULAR GRAPH OF PARAMETERS (99, 14, 1, 2) SUZY LOU AND MAX MURIN Abstract. In an attempt to find a strongly regular graph of parameters (99, 14, 1, 2) or to disprove its existence, we

More information

A Vertex Chain Code Approach for Image Recognition

A Vertex Chain Code Approach for Image Recognition A Vertex Chain Code Approach for Image Recognition Abdel-Badeeh M. Salem, Adel A. Sewisy, Usama A. Elyan Faculty of Computer and Information Sciences, Assiut University, Assiut, Egypt, usama471@yahoo.com,

More information

Topic 7 Machine learning

Topic 7 Machine learning CSE 103: Probability and statistics Winter 2010 Topic 7 Machine learning 7.1 Nearest neighbor classification 7.1.1 Digit recognition Countless pieces of mail pass through the postal service daily. A key

More information

Image Contrast Enhancement in Wavelet Domain

Image Contrast Enhancement in Wavelet Domain Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 6 (2017) pp. 1915-1922 Research India Publications http://www.ripublication.com Image Contrast Enhancement in Wavelet

More information

Lecture 14 Shape. ch. 9, sec. 1-8, of Machine Vision by Wesley E. Snyder & Hairong Qi. Spring (CMU RI) : BioE 2630 (Pitt)

Lecture 14 Shape. ch. 9, sec. 1-8, of Machine Vision by Wesley E. Snyder & Hairong Qi. Spring (CMU RI) : BioE 2630 (Pitt) Lecture 14 Shape ch. 9, sec. 1-8, 12-14 of Machine Vision by Wesley E. Snyder & Hairong Qi Spring 2018 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of these slides by John Galeotti,

More information

CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, :59pm, PDF to Canvas [100 points]

CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, :59pm, PDF to Canvas [100 points] CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, 2015. 11:59pm, PDF to Canvas [100 points] Instructions. Please write up your responses to the following problems clearly and concisely.

More information

Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition

Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition Feng Lin and Xiaoou Tang Department of Information Engineering The Chinese University of Hong Kong Shatin,

More information