A NOVEL NEURAL NETWORK BASED APPROACH FOR THE CLASSIFICATION OF BETEL LEAVES

Size: px
Start display at page:

Download "A NOVEL NEURAL NETWORK BASED APPROACH FOR THE CLASSIFICATION OF BETEL LEAVES"

Transcription

1 A NOVEL NEURAL NETWORK BASED APPROACH FOR THE CLASSIFICATION OF BETEL LEAVES Abstract: Betel leaves has its dominant place in Indian commercial market. This is because of its high medicinal values as per the history of Ayurvedic medicinal system, also habit of people chewing betel leaves with areca nut. In Karnataka state of India, there are two species of betel leaves which are commercially recognized by local names Mysore betel leaf and Ambadi betel leaf. These leaves are separated and packed manually. In this context, here is a new approach using machine vision and machine intelligence blend; for classification of these two species of betel leaves leading to less human effort. This paper uses image processing for machine vision where the leaf features such as width, gray histogram and color histogram is extracted. Machine intelligence part uses Neural Networks with back propagation algorithm. Keywords: Ayurvedic medicinal system, Mysore Betel leaf, Ambadi betel leaf, machine vision, machine intelligence, neural network. 1. INTRODUCTION The scientific name of betel leaf is Piper betle, belonging to the family Piperaceae. These leaves are well known as Vellya dele in Karnataka and Paan in other places of India. The betel plant is a slender, aromatic creeper, rooting at the nodes. The branches of the plant are swollen at the nodes. The plant has alternate, heartshaped, smooth, shining and long-stalked leaves, with pointed apex. It has five to seven ribs arising from the base; minute flowers and one-seeded spherical small berries. The use of betel leaf can be traced as far back as two thousand years. It is described in the most ancient historic book of Sri Lanka, Mahavasma, written in Pali. Betel is a native of central and eastern Malaysia. It spread at a very early date throughout tropical Asia and later to Madagascar and East Africa. In India, it is widely cultivated in Tamil Nadu, Madhya Pradesh, West Bengal, Orissa, Maharashtra and Uttar Pradesh. Offering betel morsel (pan-supari) to guests in Indian subcontinent is a common courtesy. Betel leaves has many medicinal properties, some of them are: It is useful in arresting secretion or bleeding and is an aphrodisiac. Its leaf is used in several common household remedies, helps in easing urination. Betel SANDEEP KUMAR.E Department of Telecommunication Engineering JNN College of Engineering, Shimoga Karnataka State, India leaves are beneficial in the treatment of nervous pains, nervous exhaustion and debility. Betel leaf has analgesic and cooling properties, instantly relieves constipation. Local application of the leaves is effective in treating sore throat. The application of leaves smeared with oil is said to promote secretion of milk when applied on the breasts during lactation and many more. Hence there is a sudden requirement to grow these plants and improve them commercially. This research work is a step towards automatic separation of the betel leaf species such as Mysore leaf and Ambadi leaf for further processing and packing. The work consists of two parts: machine vision and machine intelligence. The machine vision part uses image processing where the features such as width, color histogram and gray histogram are extracted. These parameters are fed to the machine intelligence part which uses artificial neural networks as the tool for the classification. 2. RELATED WORK This is a new approach for the classification of leaves belonging to the same botanical family. This in fact was a difficult work. Researchers have proposed methods to find the area of betel leaves [4]. Many others have proposed methods to classify leaves based on leaf features such as shape, texture as such [3] [8] [9] [11]. But specifically for betel leaf species has not been done. Hence this a new approach for the classification of betel leaves using neural networks. 3. PROPOSED METHODOLOGY This section involves the various steps and techniques used in the process of separation of the leaves. 3.1 Image acquisition The image of betel leaves where taken from a 5 mega pixel camera, keeping 15 cms distance in between leaf and camera. All the images where taken from top view with white background. Volume 1, Issue 2 July-August 2012 Page 10

2 3.2 Image samples In this work, seventy image samples were taken from Mysore betel leaf species. From which, fifty were used for the training neural network and nineteen samples were taken as the test samples. Seventy image samples were taken from Ambadi betel leaf species. From which, fifty were used for training neural network and eighteen samples were taken as test samples. The leaf images of both species are shown in Figure Devised Methodology In this work two species of betel leaves: Mysore betel leaf and Ambadi betel leaf is considered. The image is captured using a 5MP camera. Later in the pre-processing stage it is resized to 200 X 300 resolutions, which is as per our requirement. Also image is processed for the noise removal. Then the first information i.e., color histogram is extracted. Then the color image is converted to its equivalent grayscale image and gray histogram of the leaf is calculated. This is the second parameter useful to notify the leaf intensity. This grayscale image is converted to its equivalent binary image and width of the leaf is calculated. This is the third parameter. Once we extract all these three parameters in the feature extraction stage, we feed these parameters as the training parameters for the classifier, which is an Artificial Neural Network using Back propagation algorithm. The system block diagram is shown in Figure-2. Figure 2 System Block diagram 4. FEATURE EXTRACTION This section deals with the three important features which are extracted from the betel leaves which are used for their classification. 4.1 Width of leaf Figure 3 Width of the leaf Figure 1 (a) Ambadi betel leaf. (b) Mysore betel leaf. Width is one of the important parameters which give a fine differentiation between the two leaf species. As one can notice in Figure 1, Mysore betel leaf is broader and width of the leaf is more compared with the Ambadi leaf. Hence this section makes an attempt to extract this information. Volume 1, Issue 2 July-August 2012 Page 11

3 Algorithm: Step 2: Read the image Step 3: Convert the color image to black and white image Step 4: Starting from first row first pixel i.e., (1, 1) move column wise until we get a black pixel or till column end is reached. Step 5: If black pixel is encountered, load the pixel position to variables say (h, b). This is co-ordinate 1; Go to Step 7 else Go to Step 6. Step 6: If black pixel not encountered and we have reached to the column end, increment row count and move to the next row and start moving column wise and go to Step 5. Step 7: Start from last row first pixel i.e., (200, 1) move column wise until we get a black pixel or till row end is reached. Step 8: If black pixel is encountered, load the pixel position to variables say (h1, b1). This is coordinate; Go to Step 10 else Go to Step 9. Step 9: If black pixel not encountered and we have reached to the column end, increment row count and move to the next row and start moving column wise and go to Step 8. Step 10: Calculate the Euclidean distance. Let this be variable Width. Step 11: Stop. Euclidean distance (in this case width) is calculated by the formula: Step 4: Add the three histograms values and find the average to get the overall image color histogram. Step 5: Stop 4.3 Gray Histogram Referring to Figure-4 one can notice that the there is minute intensity difference in the two images. i.e., Mysore betel leaf is darker compared to the Ambadi betel leaf. Hence this section extracts this information from the leaf. The gray histograms extracted can be seen referring to Figure-5 and Figure-8. Algorithm: Step 2: Acquire the leaf image. Step 3: Convert the RGB image to its equivalent grayscale image. Step 4: Calculate the histogram value of this image. Step 5: Stop Euclidean distance (width) = [(h1-h) ^2 + (b1-b) ^2] ^ 0.5 Where, (h, b) Co-ordinate 1. (h1, b1) Co-ordinate Color Histogram Referring to Figure-1, the leaf color of Ambadi species is light green and that of the Mysore species is dark green. Hence this section of the work extracts this color variation of both the leaves by calculating the entire image color histogram. The color histogram extracted can be seen referring to Figure-6, Figure-7, Figure-9 and Figure-10. Algorithm: Step 2: Acquire the leaf image Step 3: Calculate the green histogram value, blue histogram value and red histogram value separately of the image. Figure 4 Gray scale image of (a) Mysore Betel leaf (b) Ambadi betel leaf. Color histogram and gray histogram of the image cannot be fed directly to the neural network. Hence the histogram is reduced to a single value by applying Euclidean distance formula. For the gray scale image, histogram is calculated and then normalized; the distance of the histogram from the origin of histogram plot is calculated this is fed to the neural network. Since the gray histogram of Mysore betel leaf is nearer to the origin compared to the Ambadi betel leaf. Similarly we apply for the color Volume 1, Issue 2 July-August 2012 Page 12

4 image also. In this case, we calculate the histogram of the red plane, blue plane and green plane separately then normalize it, then distance of the histogram is calculated separately for then three planes and average of the three is calculated. This is fed as color histogram value for the neural networks. One can notice that even the color histogram of Mysore betel leaf is nearer to the origin of the plot than the Ambadi betel leaf [3]. Hence the width, color histogram and the gray histogram are the three important features that differentiates these two betel leaf species and these parameters are used to train the classifier. 4.4 System algorithm Step 2: Read leaf image Step 3: Calculate color histogram Step 4: Convert color image to gray scale image Step 5: Calculate gray histogram Step 6: Convert the gray image to black and white image Step 7: Calculate width of the leaf Step 8: Input these values to the trained neural network Step 9: Compare the output, whether positive or negative Step 10: If positive display Ambadi Betel leaf, if negative display Mysore Betel leaf. Step 11: Repeat Step 2 to Step 10 for all test images Step 12: Stop Figure 7 Red and Blue Histograms of Ambadi Betel Leaf Volume 1, Issue 2 July-August 2012 Page 13

5 5. CLASSIFICATION OF LEAVES As a classifier this rejuvenated work uses Artificial Neural Networks. These Networks can be likened to collections of identical mathematical models that emulate some of the observed properties of biological nervous systems and draw on the analogies of adaptive biological learning. The key element of an Artificial Neural Network is its structure. It is composed of a number of interconnected processing elements tied together with weighted connections, which take inspiration from biological neurons. Learning like in a biological system takes place through training, or exposure to a set of input and output data where the training algorithm adjusts the weights iteratively. Artificial Neural Networks are good pattern recognition engines and robust classifiers, with the ability to make decisions about imprecise input data. What is needed is a set of examples that is representative of all the variations in those two types of leaf species. This neural network is trained using Back Propagation Algorithm. Figure-11 shows the block diagram representation of an Artificial Neural Network. Back Propagation Algorithm: Back propagation was created by generalizing the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions. Input vectors and the corresponding target vectors are used to train a network until it can approximate a function, associate input vectors with specific output vectors, or classify input vectors in an appropriate way as defined by you. Networks with biases, a sigmoid layer, and a linear output layer are capable of approximating any function with a finite number of discontinuities. The term back propagation refers to the manner in which the gradient is computed for nonlinear multilayer networks. There are a number of variations on the basic algorithm that are based on other standard optimization techniques, such as conjugate gradient, Newton methods so on. Figure 9: Red and Blue Histograms of Mysore Betel Leaf Properly trained back propagation networks tend to give reasonable answers when presented with inputs that they have never seen. Typically, a new input leads to an output similar to the correct output for input vectors used in training that are similar to the new input being presented. This generalization property makes it possible to train a network on a representative set of input/target pairs and Volume 1, Issue 2 July-August 2012 Page 14

6 get good results without training the network on all possible input/output pairs. In the following scenario there is one input vector for the feed forward network with three elements: p= [width; color; gray]; Where, width Width of leaf parameter. color Color histogram parameter. gray Gray histogram parameter. Mysore betel leaf Test image Test image Test image Test image Test image Test image Test image Out of 19 leaf images 14 were correctly identified as Mysore betel leaf. Hence the accuracy is 74%. Inputs color and gray are in the range [0 1] and width is in the range [1 200].Hidden layer has 25 neurons and the output layer has a single neuron. The transfer function in the hidden layer and the output layer are tan-sigmoid. The training function is trainscg - Scaled conjugate gradient algorithm. Training function, Scaled conjugate gradient algorithm was developed by Moller and is designed to avoid the time-consuming line search. The basic idea is to combine the model-trust region approach with the conjugate gradient approach. The neural network is trained for +1 for Mysore betel leaf species and -1 for Ambadi betel leaf species. 6. RESULTS AND DISSCUSSIONS 50 samples of Mysore leaf species and 50 samples of Ambadi leaf species were used to train the neural network. Epochs were set for 500. Learning rate was set for 0.5. The neural network was trained to -1 for Mysore betel leaf species and +1 for Ambadi leaf species. 19 samples of Mysore leaf images were given as the test images and 18 samples of Ambadi leaf images were given as the test images. The output of the neural network is tresholded for negative value for Mysore betel leaf and positive value for Ambadi betel leaf. The algorithm was coded and tested using MATLAB Table 1: Results obtained for Mysore betel leaf Leaf species Input test image Output obtained Test image Test image Test image Test image Mysore betel leaf Test image Test image Test image Test image Test image Test image Test image Test image Table 2: Results obtained for Ambadi betel leaf Leaf species Input test image Output obtained Test image Test image Test image Test image Test image Test image Test image Ambadi betel leaf Test image Test image Test image Test image Test image Test image Test image Test image Test image Test image Test image Out of 18 leaf images 13 were correctly identified as Ambadi betel leaf. Hence the accuracy is 72%. Table 1 and Table 2 depict the results obtained. Here classification of leaves was a challenge, since they belong to the same family Piperaceae. The border pattern, the length, the vein pattern of both the leaf species remains same. The only difference observed was with respect to the width and the color. That too both the leaves are of green color. But one is light green and the other is little darker than the other. Also the difference in width, color and gray histograms values was also very less. With these limited ranged inputs successfully the network has been trained for the accuracy of 74% and 72%. With still more different sets of samples for training, one can get better accuracy. 7. CONCLUSION This is an innovative approach ever done for the classification of betel leaves. The methodology uses a blend of machine vision and machine intelligence for Volume 1, Issue 2 July-August 2012 Page 15

7 precision agriculture. In machine vision part, image processing was used where the leaf features were extracted. In machine intelligence part neural network working on back propagation algorithm was used. Hence the work was successful with the accuracy of 74% and 72%. This is a small contribution towards agriculture and growing this medicinally valued precious plant species, which is moving towards extinction because of negligence now a days. ACKOWLEDGEMENT Author likes to thank his family for their valuable support through out his work. He likes to thank Dr. S.V Sathya Naryana, Professor, Dept. of Electronics and Communication Engineering, JNN College of Engineering, for his valuable guidelines in making this paper a success. Author likes to thank Mr. Sashikiran S, Asst. Professor, Dept. of Telecommunication Engineering, JNN college of Engineering. Author is grateful to Mrs. Veena K.N, Asst. Professor, Dept. of Telecommunication Engineering, JNN College of Engineering and Mr. Pawan Kumar M.P, Lecturer, Dept. of Information Science & Engineering JNN college of Engineering, for their support and advice through out this work. Also Author is thankful to the principal, JNN college of Engineering for his support and Co-operation through out this work. REFERENCES [1] Dr. R.C.Prajapati, I.F.S, APCCF & Member Secretary, KARNATAKA BIODIVERSITY BOARD, BIODIVERSITY OF KARNATAKA -At a Glance. [2] P. Guha, Betel Leaf: The Neglected Green Gold of India, J. Hum. Ecol., 19(2): (2006). [3] Sandeep Kumar.E, LEAF COLOR, AREA AND EDGE FEATURES BASED APPROACH FOR IDENTIFICATION OF INDIAN MEDICINAL PLANTS, Indian Journal of Computer Science and Engineering (IJCSE), Vol. 3 No.3 Jun-Jul [4] Sanjay B Patil and Dr. Shrikant K Bodhe, Betel Leaf Measurement Using Image Processing, International Journal on Computer Science and engineering (IJSCE), Vol. 3 No. 7 July [6] Chris Solomon and Toby Breckon, Fundamentals of Digital Image Processing - A practical approach with examples in Matlab. [7] R.C. Gonzalez, R. E. Woods and S. L. Eddins, Digital Image Processing, Prentice Hall, [8] Basavaraj Anami, J.D. Pujari, Rajesh.Yakkundimath Identification and Classification of Normal an Affected Agriculture/horticulture Produce Based on Combined Color and Texture Feature Extraction, International Journal of Computer Applications in Engineering Sciences, [VOL I, ISSUE III, SEPTEMBER 2011] [VOL I, ISSUE III, SEPTEMBER 2011] [9] Stephen Gang Wu, Forrest Sheng Bao, Eric You Xu, Yu-Xuan Wang, Yi-Fan Chang and Qiao-Liang Xiang4, A Leaf Recognition Algorithm for Plant Classification Using Probabilistic Neural Network [10] Abdul Kadir, Lukito Edi Nugroho, Adhi Susanto, Paulus Insap Santosa Leaf Classification Using Shape, Color, and Texture Features International Journal of Computer Trends and Technology- July to Aug Issue [11] P. Pattanasethanon and B. Attachoo, Thai botanical herbs and its characteristics: Using artificial neural network African Journal of Agricultural Research Vol. 7(2), pp , 12 January, [12] MATLAB Neural Network toolbox. AUTHOR Sandeep Kumar. E completed his Bachelor of Engineering in Telecommunication Engineering from JNN college of Engineering (Affiliated to Vishveshvaraya Technological University), Shimoga, Karnataka state, India. Presently he is working as Lecturer in Department of Telecommunication Engineering, JNN college of Engineering, Shimoga, Karnataka state, India with 3 years of teaching experience. He has handled subjects: C, C++, Data Structures, Optical Communication & networking. His area of Interest being machine vision and machine intelligence, towards precision agriculture. Published 2 papers on machine vision in national journal/ conference. Received many merit awards and scholarships during his carrier. [5] Hamzah Ali, Genetic algorithm based approach in Artificial Neural Network for Pattern Recognition - M.tech Report, ,Dept. of Information Science & Engineering, M.S Ramaiah Institute of Technology, Bangalore. Volume 1, Issue 2 July-August 2012 Page 16

A Real Time based Physiological Classifier for Leaf Recognition

A Real Time based Physiological Classifier for Leaf Recognition A Real Time based Physiological Classifier for Leaf Recognition Avinash Kranti Pradhan 1, Pratikshya Mohanty 2, Shreetam Behera 3 Abstract Plants are everywhere around us. They possess many vital properties

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

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

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

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

Characterization of LF and LMA signal of Wire Rope Tester

Characterization of LF and LMA signal of Wire Rope Tester Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Characterization of LF and LMA signal

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

AGRICULTURE, LIVESTOCK and FISHERIES

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

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

IJMTES International Journal of Modern Trends in Engineering and Science ISSN:

IJMTES International Journal of Modern Trends in Engineering and Science ISSN: FUZZY LOGIC BASED SUGARCANE LEAF DISEASE IDENTIFICATION AND CLASSIFICATION USING K-MEANS CLUSTERING AND NEURAL NETWORK P.DharaniDevi 1,S.Lalithasinega 2 1 (Department of ECE,Assistant Professor,IFET College

More information

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection NEUROCOMPUTATION FOR MICROSTRIP ANTENNA Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India Abstract: A Neural Network is a powerful computational tool that

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

More information

A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera

A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera A Real Time based Image Segmentation Technique to Identify Rotten Pointed Gourds Pratikshya Mohanty, Avinash Kranti Pradhan, Shreetam Behera Abstract Every object can be identified based on its physical

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Analysis and Identification of Rice Granules Using Image Processing and Neural Network

Analysis and Identification of Rice Granules Using Image Processing and Neural Network International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 10, Number 1 (2017), pp. 25-33 International Research Publication House http://www.irphouse.com Analysis and Identification

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

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

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

More information

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter

Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Impulse Noise Removal Based on Artificial Neural Network Classification with Weighted Median Filter Deepalakshmi R 1, Sindhuja A 2 PG Scholar, Department of Computer Science, Stella Maris College, Chennai,

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

Application of Machine Vision Technology in the Diagnosis of Maize Disease Application of Machine Vision Technology in the Diagnosis of Maize Disease Liying Cao, Xiaohui San, Yueling Zhao, and Guifen Chen * College of Information and Technology Science, Jilin Agricultural University,

More information

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION

THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION THERMAL DETECTION OF WATER SATURATION SPOTS FOR LANDSLIDE PREDICTION Aufa Zin, Kamarul Hawari and Norliana Khamisan Faculty of Electrical and Electronics Engineering, Universiti Malaysia Pahang, Pekan,

More information

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE

APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE APPLICATION OF COMPUTER VISION FOR DETERMINATION OF SYMMETRICAL OBJECT POSITION IN THREE DIMENSIONAL SPACE Najirah Umar 1 1 Jurusan Teknik Informatika, STMIK Handayani Makassar Email : najirah_stmikh@yahoo.com

More information

Recognition Of Vehicle Number Plate Using MATLAB

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

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

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

More information

Measuring Leaf Area using Otsu Segmentation Method (LAMOS)

Measuring Leaf Area using Otsu Segmentation Method (LAMOS) Indian Journal of Science and Technology, Vol 9(48), DOI: 10.17485/ijst/2016/v9i48/109307, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Measuring Leaf Area using Otsu Segmentation Method

More information

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques

Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Geometric Feature Extraction of Selected Rice Grains using Image Processing Techniques Sukhvir Kaur School of Electrical Engg. & IT COAE&T, PAU Ludhiana, India Derminder Singh School of Electrical Engg.

More information

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter

Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Application Of Artificial Neural Network In Fault Detection Of Hvdc Converter Madhuri S Shastrakar Department of Electrical Engineering, Shree Ramdeobaba College of Engineering and Management, Nagpur,

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function

An Electronic Eye to Improve Efficiency of Cut Tile Measuring Function IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. IV. (Jul.-Aug. 2017), PP 25-30 www.iosrjournals.org An Electronic Eye to Improve Efficiency

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

Automatic Licenses Plate Recognition System

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

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

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

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

More information

Vol. 2, No. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved.

Vol. 2, No. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved. Vol., No. 6, July 0 ISSN 5-77 0-0. All rights reserved. Artificial Neuron Based Models for Estimating Shelf Life of Burfi Sumit Goyal, Gyanendra Kumar Goyal, National Dairy Research Institute, Karnal-300

More information

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

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

More information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information Available online at www.ijiems.com A Multilayer Artificial Neural Network for Target Identification Using Radar Information James Rodrigeres 1, Joy Fundil 1, International Hellenic University, School of

More information

Region Based Satellite Image Segmentation Using JSEG Algorithm

Region Based Satellite Image Segmentation Using JSEG Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.1012

More information

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

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

More information

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

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

More information

Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field

Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field Application of ANN to Predict Height of Weld Bead under Magnetic Field R.P. Singh 1, R.C. Gupta 2, S.C. Sarkar 3, K.G. Sharma 4, 5 P.K.S. Rathore 1 Mechanical Engineering Depart, I.E.T., G.L.A. University

More information

Indian Herbal Leaf Identification using Artificial Intelligence Approach

Indian Herbal Leaf Identification using Artificial Intelligence Approach Recent Advances in Technology and Engineering (RATE-2017) 6 th National Conference by TJIT, Bangalore International Journal of Science, Engineering and Technology An Open Access Journal Indian Herbal Leaf

More information

An Image Processing Approach for Screening of Malaria

An Image Processing Approach for Screening of Malaria An Image Processing Approach for Screening of Malaria Nagaraj R. Shet 1 and Dr.Niranjana Sampathila 2 1 M.Tech Student, Department of Biomedical Engineering, Manipal Institute of Technology, Manipal University,

More information

DISEASE DETECTION OF TOMATO PLANT LEAF USING ANDROID APPLICATION

DISEASE DETECTION OF TOMATO PLANT LEAF USING ANDROID APPLICATION ISSN 2395-1621 DISEASE DETECTION OF TOMATO PLANT LEAF USING ANDROID APPLICATION #1 Tejaswini Devram, #2 Komal Hausalmal, #3 Juby Thomas, #4 Pranjal Arote #5 S.P.Pattanaik 1 tejaswinipdevram@gmail.com 2

More information

Implementation of Text to Speech Conversion

Implementation of Text to Speech Conversion Implementation of Text to Speech Conversion Chaw Su Thu Thu 1, Theingi Zin 2 1 Department of Electronic Engineering, Mandalay Technological University, Mandalay 2 Department of Electronic Engineering,

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

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

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 10, October -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

More information

Available online at ScienceDirect. Procedia Computer Science 85 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 85 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 85 (2016 ) 748 754 International Conference on Computational Modeling and Security (CMS 2016) Image Processing Based Leaf

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

Kamaljot Singh Kailey et al,int.j.computer Technology & Applications,Vol 3 (3),

Kamaljot Singh Kailey et al,int.j.computer Technology & Applications,Vol 3 (3), Content-Based Image Retrieval (CBIR) For Identifying Image Based Plant Disease Kamaljot Singh Kailey, Gurjinder Singh Sahdra Department of Computer Science and Technology kj.kailay@gmail.com sahdragurjinder@yahoo.com

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(9):341-346 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of panda-oriented intelligent recognition

More information

Image Enhancement by using Biogeography Based Optimization

Image Enhancement by using Biogeography Based Optimization Image Enhancement by using Biogeography Based Optimization Nitika Jearth, Raju Sharma Abstract Digital image enhancement techniques provide a multitude of choices for improving the visual quality of image.

More information

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

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

More information

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Poornashankar 1 and V.P. Pawar 2 Abstract: The proposed work is related to prediction of tumor growth through

More information

Libyan Licenses Plate Recognition Using Template Matching Method

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

More information

Design and Testing of DWT based Image Fusion System using MATLAB Simulink

Design and Testing of DWT based Image Fusion System using MATLAB Simulink Design and Testing of DWT based Image Fusion System using MATLAB Simulink Ms. Sulochana T 1, Mr. Dilip Chandra E 2, Dr. S S Manvi 3, Mr. Imran Rasheed 4 M.Tech Scholar (VLSI Design And Embedded System),

More information

A DWT Approach for Detection and Classification of Transmission Line Faults

A DWT Approach for Detection and Classification of Transmission Line Faults IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 02 July 2016 ISSN (online): 2349-6010 A DWT Approach for Detection and Classification of Transmission Line Faults

More information

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

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

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks 294 Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks Ajeet Kumar Singh 1, Ajay Kumar Yadav 2, Mayank Kumar 3 1 M.Tech, EC Department, Mewar University Chittorgarh, Rajasthan, INDIA

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM Noor Amira Syuhada Mahamad Salleh 1, Kamarul Hawari Ghazali 2 Faculty of Electrical and Electronics Engineering, Universiti

More information

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

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

More information

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

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

More information

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System Muralindran Mariappan, Manimehala Nadarajan, and Karthigayan Muthukaruppan Abstract Face identification and tracking has taken a

More information

Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of. Processed Cheese

Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of. Processed Cheese Vol.4/No.1 B (01) INTERNETWORKING INDONESIA JOURNAL 3 Artificial Intelligence Elman Backpropagation Computing Models for Predicting Shelf Life of Processed Cheese Sumit Goyal and Gyanendra Kumar Goyal

More information

Real Time ALPR for Vehicle Identification Using Neural Network

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

More information

Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks

Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks Vol.3, Issue.4, Jul - Aug. 2013 pp-1980-1987 ISSN: 2249-6645 Indirect Vector Control of Induction Motor Using Pi Speed Controller and Neural Networks C. Mohan Krishna M. Tech 1, G. Meerimatha M.Tech 2,

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

A Study of Image Processing on Identifying Cucumber Disease

A Study of Image Processing on Identifying Cucumber Disease A Study of Image Processing on Identifying Cucumber Disease Yong Wei, Ruokui Chang *, Hua Liu,Yanhong Du, Jianfeng Xu Department of Electromechanical Engineering, Tianjin Agricultural University, Tianjin,

More information

Indian Coin Matching and Counting Using Edge Detection Technique

Indian Coin Matching and Counting Using Edge Detection Technique Indian Coin Matching and Counting Using Edge Detection Technique Malatesh M 1*, Prof B.N Veerappa 2, Anitha G 3 PG Scholar, Department of CS & E, UBDTCE, VTU, Davangere, Karnataka, India¹ * Associate Professor,

More information

Face Recognition: Identifying Facial Expressions Using Back Propagation

Face Recognition: Identifying Facial Expressions Using Back Propagation Face Recognition: Identifying Facial Expressions Using Back Propagation Manisha Agrawal 1, Tarun Goyal 2 and Harvendra Kumar 3 1 B.Tech CSE Final Year Student, SLSET, Kichha, Distt: U. S, Nagar, Uttarakhand,

More information

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES International Journal of Information Technology and Knowledge Management July-December 2011, Volume 4, No. 2, pp. 585-589 DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM

More information

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

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

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

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

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

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

More information

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS

ARTIFICIAL NEURAL NETWORK BASED CLASSIFICATION FOR MONOBLOCK CENTRIFUGAL PUMP USING WAVELET ANALYSIS International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print) ISSN 0976 6359(Online) Volume 1 Number 1, July - Aug (2010), pp. 28-37 IAEME, http://www.iaeme.com/ijmet.html

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

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

More information

LOCATION BASE-MONTHWISE ESTIMATION OF PV MODULE POWER OUTPUT BY USING NEURAL NETWORK WHICH OPERATES ON SPATIO-TEMPORAL GIS DATA

LOCATION BASE-MONTHWISE ESTIMATION OF PV MODULE POWER OUTPUT BY USING NEURAL NETWORK WHICH OPERATES ON SPATIO-TEMPORAL GIS DATA IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 6, Jun 2014, 133-142 Impact Journals LOCATION BASE-MONTHWISE ESTIMATION

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.)

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Student: Nizar Cherkaoui Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Outline Introduction Foreground Extraction Blob Segmentation and Labeling Classification

More information

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK P. Sai revathi 1, G.V. Marutheswar 2 P.G student, Dept. of EEE, SVU College of Engineering,

More information

Research on Application of Conjoint Neural Networks in Vehicle License Plate Recognition

Research on Application of Conjoint Neural Networks in Vehicle License Plate Recognition International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 10 (2018), pp. 1499-1510 International Research Publication House http://www.irphouse.com Research on Application

More information

Automatic License Plate Recognition System using Histogram Graph Algorithm

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

More information

Robust Hand Gesture Recognition for Robotic Hand Control

Robust Hand Gesture Recognition for Robotic Hand Control Robust Hand Gesture Recognition for Robotic Hand Control Ankit Chaudhary Robust Hand Gesture Recognition for Robotic Hand Control 123 Ankit Chaudhary Department of Computer Science Northwest Missouri State

More information

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Keshav Thakur 1, Er Pooja Gupta 2,Dr.Kuldip Pahwa 3, 1,M.Tech Final Year Student, Deptt. of ECE, MMU Ambala,

More information

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS Kuldeep Kumar 1, R. K. Aggarwal 1 and Ankita Jain 2 1 Department of Computer Engineering, National Institute

More information

A Compact DGS Low Pass Filter using Artificial Neural Network

A Compact DGS Low Pass Filter using Artificial Neural Network A Compact DGS Low Pass Filter using Artificial Neural Network Vitthal Chaudhary Department of Electronics, Madhav Institute of Technology and Science Gwalior, India Gwalior, India Vandana Vikas Thakare

More information

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

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

More information

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks

Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks Reducing of Colors in Digital Images by Using (Kohonen) Artificial Neural Networks 1 Dr.Maha Abdul Amir Kahdum, 2 Dr.Seham Ahmed Hashim, and 3 Dr.Entidhar Mhawes Zghair 1,2&3 Foundation of Technical Education,

More information

VEHICLE IDENTIFICATION AND AUTHENTICATION SYSTEM

VEHICLE IDENTIFICATION AND AUTHENTICATION SYSTEM VEHICLE IDENTIFICATION AND AUTHENTICATION SYSTEM T.Anusha 1, T.Sivakumar 2 1 Assistant Professor, Dept. of Computer Science & Engineering, PSG College of Technology, Tamilnadu, India, anu@cse.psgtech.ac.in

More information

AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK

AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK DOI: 10.21917/ijivp.2018.0251 AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK P. Surekha, Pavan Gurudath, R. Prithvi and V.G. Ritesh Ananth Department of Electrical and Electronics

More information

ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION

ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION ENHANCHED PALM PRINT IMAGES FOR PERSONAL ACCURATE IDENTIFICATION Prof. Rahul Sathawane 1, Aishwarya Shende 2, Pooja Tete 3, Naina Chandravanshi 4, Nisha Surjuse 5 1 Prof. Rahul Sathawane, Information Technology,

More information

Automated Parking Management System Using License Plate Recognition

Automated Parking Management System Using License Plate Recognition Automated Parking Management System Using License Plate Recognition Deepak Harjani #, Mohita Jethwani *, Nikita Keswaney *, Sheba Jacob * # Department of Electronics and Telecommunication, Thadomal Shahani

More information