Color Feature Extraction of Oil Palm Fresh Fruit Bunch Image for Ripeness Classification

Size: px
Start display at page:

Download "Color Feature Extraction of Oil Palm Fresh Fruit Bunch Image for Ripeness Classification"

Transcription

1 Color Feature Extraction of Oil Palm Fresh Fruit Bunch Image for Ripeness Classification NORASYIKIN FADILAH Universiti Sains Malaysia School of Electrical & Electronic Eng Nibong Tebal, Pulau Pinang MALAYSIA JUNITA MOHAMAD-SALEH Universiti Sains Malaysia School of Electrical & Electronic Eng Nibong Tebal, Pulau Pinang MALAYSIA Abstract: The color of oil palm fresh fruit bunch (FFB) has been used as a ripeness indicator in the oil palm sector. This parameter is assessed manually by human vision, which makes oil palm FFB grading subjective and can lead to misjudgment. Thus, this paper presents the development of automated classification system of oil palm FFB using artificial neural network (ANN), focusing on the comparison of two feature extraction techniques that could improve the classification performance. This system used image processing techniques to extract the color features of the oil palm FFB and artificial neural network to classify the oil palm FFB into the following four ripeness categories: unripe, underripe, ripe and overripe. Principal component analysis and stepwise discriminant analysis techniques were used to reduce the color features and the reduced features were fed to ANN for classification. The result showed that reducing the color features using stepwise discriminant analysis improved the performance of classification accuracy by more than 10%. Key Words: feature extraction, artificial neural network, principal component analysis, stepwise discriminant analysis, oil palm fresh fruit bunch 1 Introduction Many of the automated systems for assessment of agricultural products employ computer vision in replacement of human vision to make the quality assessment task faster and more accurate [1][2][3]. One of the applications includes automating the ripeness classification of fruits either in the plantation area for assisting in harvesting decision, or in the factory for sorting the fruits before packaging process. Most of the applications use color as the parameter to determine the ripeness class. The process of color recognition for fruit ripeness classification involves the extraction of useful information concerning the spectral properties of the fruit surface and discovering the best classification method for recognizing the ripeness of the fruit. Oil palm industry is one of the major agricultural industries in Malaysia. The most common species of oil palm that can be found is Elais guineensis of nigrescens type. The oil palm fresh fruit bunch (FFB) is the main product that is harvested from the oil palm plantation to produce oil with variety of usages. Its surface color varies from deep violet to orange depending on the ripeness category. To get the optimum oil yield, it is crucial that the FFBs are harvested at the optimum ripeness stage [4]. Presently, harvesting decision of oil palm FFB is carried out manually by human graders who assess the FFB quality by using their vision and subjective judgment based on the number of loose fruits under the oil palm tree and the color of the FFB fruit surface [4][5]. These methods of judgment might be inaccurate due to different human perception or lack of skills. There have been several studies conducted for oil palm ripeness identification. Jamil et al. [6] developed an intelligent oil palm FFB grading by training RGB values of 45 FFB images using neuro-fuzzy technique. This technique yielded 73.3% correct classification. Meanwhile, May and Amaran [7] used fuzzy logic to classify the oil palm fruits by using the same attributes, which yielded 86.67% correct classification. However, RGB values only suitable to be used for constant lighting environment since they are affected by changing light intensities [8]. Thus, studies by [9], [10] and [11] used hue value as the parameter to determine the ripeness of oil palm fruits and FFBs. It was shown that there was a good correlation between hue value and ripeness stage [11]. This paper discusses the techniques involved in the development of automated ripeness classification system of oil palm FFB using artificial neural network (ANN) to assist the harvester in making a decision ISBN:

2 whether to cut-off the FFB from the tree. The techniques involved in the proposed system include image processing, color feature extraction, and classification. 2 Methodology In this section, the stages involved in the development of oil palm FFB ripeness classifier are discussed. The steps taken for this work include image acquisition, image segmentation, color feature extraction and classification. (a) 2.1 Image Acquisition The oil palm FFB samples used in this study were sourced from Felda Agricultural Services Sdn Bhd, Jengka, Pahang. Since this work focused on preharvest stage, the image samples were taken from tree top using a digital IP camera that was mounted on top of a pole. A total of 752 images of oil palm FFBs were taken at random for 5 days, between 9am and 4pm. The time was chosen due to clear visibility and it was within the harvesters working hour. In order to determine the ripeness category for each sample, a trained grader would assess the ripeness using manual technique. All the images obtained were stored in a computer for further analyses. 2.2 Image Segmentation An oil palm FFB image (see Figure) shows that there are two distinct regions, which consisted of spikes and fruits. In this work, only the fruits region was used to extract the color for ripeness determination. Therefore, both spikes and fruits pixels were separated by using k-means clustering algorithm used by Jaffar et al. [12]. An example of segmented image is shown in Figure Color Feature Extraction Hue color space has shown to be a good discriminator for oil palm fruit color compared to RGB or CIExy values [13]. Hence, in this work, hue values for all fruit pixels were calculated as in equation 1, where r, g and b represent the red, green and blue components of the image, respectively. This would result to h values in the range of [0,360]. To reduce the index of the hue values, a hue histogram of 100 bins was obtained for each image. (b) Figure 1: A sample of the (a) original and (b) segmented images. h = cos [(r g)+(r b)] [(r g) 2 +(r b)(g b)] 1/2 if b g 360 cos [(r g)+(r b)] [(r g) 2 +(r b)(g b)] 1/2 if b > g From the 100 bins, only 57 hue values were included as the colors of the oil palm FFB fruit surface. These include hues 1 to 9 (red to orange) and hues 53 to 100 (blue to red). Since there is a discontinuity between the red hues, the hue values of 1 until 9 were shifted to the back of the histogram. This resulted to a feature vector as shown in equation 2. H = ( h 53 h 54 h 100 h 1 h 9 ) (2) The hue values H were further reduced using principal component analysis (PCA) and stepwise discriminant analysis (SDA) methods. In PCA method, the hue values for training data set were first normalized, so that they have zero mean and unity variance. Then, the normalized hue values, mean and variance were used to compute the principal components using SVD method. This generated a transformation matrix, T ransmat and produced a transformed set of measurements, N trans which consisted of uncorrelated (1) ISBN:

3 components. The matrix T ransm at was stored for other independent data set (e.g: test data). N trans were ordered according to the magnitude of their variances [14]. PCA transformation reduced the number of hue values by retaining only those components that contribute more than a specified percentage value of the total variation in the data set. For example, if the percentage value of the total variation in the data set of 10% is specified, the components that contributed to less than 10% of the total variation in the data set would be eliminated. This would leave to a number of p uncorrelated components. In SDA method, a hue subset containing the best features were obtained by using Wilks Λ selection criteria. First, the Wilks Λ statistic, Λ(h i ) for each individual variable in H was calculated and the variable with minimum Λ(h i ) was chosen to calculate Λ(h i h 1 ) for each of the variable not entered at the first step where h 1 indicated the first variable entered. An F-statistic was applied to test the significance change from the first variable and the next. The step-by-step calculation was explained in [15]. At each stage in SDA, the hue variables whose F- statistics are smaller than F-to-remove were removed, while retaining the hue values whose F-statistics were greater than F-to-enter value. In this work, the F-toremove and F-to-enter values chosen were 2.71 and 2.84, respectively. A subset of new hue values, H which contained the retained hue values, was obtained from this method. 2.4 Classification Multilayer perceptron (MLP) neural network is a very common ANN architecture, used to solve many classification problems. Thus, this work employed MLP for classification of the ripeness of oil palm FFB. The MLP consisted of three layers; input, hidden and output layers, which comprised a number of processing elements (PE). The structure of the MLP is as shown in Figure 2. A total of 752 hue distribution data were randomly divided into 456 training data, 96 validation data and 200 test data. Separate MLP networks with various combinations of activation functions for hidden and output neurons were trained using Levenberg- Marquardt training algorithm. The number of hidden neurons was determined experimentally, and 15 hidden neurons were attained at the optimum performance. In the training process, the MLP network the trained weights in the input and hidden layers were updated after every training cycle to improve the performance. The validation data were used to validate MLP performance by terminating the training process when there was no improvement in the validation performance. The best-performed MLP model was selected based on the highest classification accuracy (HCA) of the test data set obtained from the percentage of m correct classification in the set of 200 test data, calculated as equation 3. HCA = max[( m ) 100%] (3) 200 Figure 2: Structure of MLP neural network. There were 3 methods experimented in developing an optimum MLP classifier. These methods were MLP classifications by using 3 different types of input data which include raw data, PCA data and SDA data. The methods were called as MLP, PCA+MLP and SDA+MLP, respectively. The best performed MLP were compared to determine which method gave the highest classification accuracy. 3 Results and Discussions Figure 3 illustrates the hue distribution samples for four ripeness categories of oil palm FFB. Each hue distribution represented the color of the fruit surface of the oil palm FFB and they agreed with visual observation. Unripe FFB had shown the highest peak at hue 64 which indicated that the unripe FFB fruit surface was mostly in blue color. For underripe FFB, there were two peaks formed at hue 65 and 99 which represented blue and red respectively. The hue peaks for both ripe and overripe were at hue 99 and 100 respectively. Most of the pixels for ripe FFB were red in color, whereas most of the pixels for overripe FFB were red to orange color. ISBN:

4 classifier, which resulted in 94% correct classification accuracy. Acknowledgements: The research was supported and funded by University Sains Malaysia and Felda Agricultural Services Sdn Bhd. In the case of the first author, it was also supported by Universiti Malaysia Pahang. Figure 3: Hue distribution samples for four ripeness categories of oil palm FFB. Table 1 shows the overall MLP accuracy for each method. Although the number of features were reduced from 57 to 10 by using PCA, the MLP classification accuracy was still the same. PCA managed to discard the correlated components and keep the important features, while retaining MLP performance. Meanwhile, from SDA method for feature reduction, 12 features were found to be significant for MLP inputs. These features had shown as good parameters for ripeness classification using MLP since the overall accuracy had increased from 83.5% to 94%. Table 1: Classification accuracies for three different methods. Method No. of features Accuracy(%) MLP PCA+MLP SDA+MLP Conclusion In this work, the algorithm for the automated ripeness classification of oil palm FFB had been successfully developed. The performance of MLP had been investigated for classification purpose by using hue measurements of the oil palm FFB images. A total of 57 hue measurements were obtained for each image and these values were used to characterize the ripeness of oil palm FFB by using MLP. Besides using the full 57 color features for MLP inputs, two other types of inputs that were obtained from PCA and SDA had also been investigated. The overall results concluded that SDA has seccessfully chosen 12 best features for MLP ISBN: References: [1] V. G. Narenda and K. S. Hareesh, Quality inspection and grading of agricultural and food products by computer vision a review, International Journal of Computer Applications, vol. 2, 2010, pp [2] R. Chinchuluun, W. S. Lee, J. Bhorania, and P. M. Pardalos, Clustering and classification algorithms in food and agricultural applications: a survey, In Advances in Modeling Agricultural Systems, Springer, vol. 25, 2009, pp [3] M. Dadwal and V. K. Banga, Color image segmentation for fruit ripeness detection: a review, International Conference on Electrical, Electronics and Civil Engineering, ICEECE 2012, 2012, pp [4] A. H. Hitam and A. M. Yusof, Mechanization in oil palm platations, In Advances in Oil Palm Research, Malaysian Palm Oil Board, vol. 1, 2000, pp [5] P. Junkwon, T. Takigawa, H. Okamoto, H. Hasegawa, M. Koike, K. Sakai, J. Siruntawineti, W. Chaeychomsri, N. Sanevas, P. Tittinuchanon, and B. Bahalayodhin, Potential application of color and hyperspectral images for estimation of weight and ripeness of oil palm (Elaeis guineensis Jacq. var. tenera), Agricultural Information Research, vol. 18, 2009, pp [6] N. Jamil, A. Mohamed and S. Abdullah, Automated grading of palm oil fresh fruit bunches(ffb) using neuro-fuzzy technique, International Conference of Soft Computing and Pattern Recognition, SOCPAR 09, 2009, pp [7] Z. May and M. H. Amaran, Automated oil palm fruit grading system using artificial intelligence, Int. J. Eng. Sci., vol. 11, 2011, pp [8] R. Hudzari, W. W. Ishak and M. Norman, Parameter acceptance of software development for oil palm fruit maturity prediction, J. Softw. Eng., vol. 4, 2010, pp

5 [9] L. C. Guan, Stepwise discriminant analysis on oil palm fruit s hues for ripeness grading using machine vision system, Master s thesis, School of Electrical and Electronic Engineering, Universiti Sains Malaysia, [10] Y. A. Tan, K. W. Low, C. K. Lee and K. S. Low, Imaging technique for quantification of oil palm fruit ripeness and oil content, In Eur. J. Lipid Sci. Tech., 2010, pp [11] W. I. W. Ishak and M. H. Razali, Hue optical properties to model oil palm fresh fruit bunches maturity index, World Multi-Conference on Systemics, Cybernetics and Pattern Recognition, [12] A. Jaffar, R. Jaafar, N. Jamil, C. Y. Low and B. Abdullah,Photogrammetric grading of oil palm fresh fruit bunches, International Journal of Mechanical & Mechatronics Engineering, vol. 9, 2009, pp [13] M. Abdullah, L. Guan, A. Mohamed and M. Noor, Color vision system for ripeness inspection of oil palm Elaies guineensis, J. Food Process Pres., vol. 26, 2002, pp [14] H. B. Demuth and M. H. Beale, Neural Network Toolbox for Use with MATLAB: User Guide, Math Works Inc, vspace-7pt [15] A. C. Rencher, Methods of Multivariate Analysis, Wiley-Interscience, 2nd ed., ISBN:

A study on the oil palm fresh fruit bunch (FFB) ripeness detection by using Hue, Saturation and Intensity (HSI) approach

A study on the oil palm fresh fruit bunch (FFB) ripeness detection by using Hue, Saturation and Intensity (HSI) approach IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS A study on the oil palm fresh fruit bunch (FFB) ripeness detection by using Hue, Saturation and Intensity (HSI) approach To cite

More information

Investigations on a Novel Inductive Concept Frequency Technique for the Grading of Oil Palm Fresh Fruit Bunches

Investigations on a Novel Inductive Concept Frequency Technique for the Grading of Oil Palm Fresh Fruit Bunches Sensors 2013, 13, 2254-2266; doi:10.3390/s130202254 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Investigations on a Novel Inductive Concept Frequency Technique for the Grading

More information

Photogrammetric Grading of Oil Palm Fresh Fruit Bunches

Photogrammetric Grading of Oil Palm Fresh Fruit Bunches International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:09 No:10 7 Photogrammetric Grading of Oil Palm Fresh Fruit Bunches Ahmed Jaffar, Roseleena Jaafar, Nursuriati Jamil, Cheng

More information

Assessment of palm oil fresh fruit bunches using photogrammetric grading system

Assessment of palm oil fresh fruit bunches using photogrammetric grading system (2011) Assessment of palm oil fresh fruit bunches using photogrammetric grading system 1* Roseleena, J., 2 Nursuriati, J., 1 Ahmed, J. and 1 Low, C. Y. 1 Faculty of Mechanical Engineering, Universiti Teknologi

More information

RIPENESS LEVEL CLASSIFICATION FOR PINEAPPLE USING RGB AND HSI COLOUR MAPS

RIPENESS LEVEL CLASSIFICATION FOR PINEAPPLE USING RGB AND HSI COLOUR MAPS RIPENESS LEVEL CLASSIFICATION FOR PINEAPPLE USING RGB AND HSI COLOUR MAPS 1 BADRUL HISHAM ABU BAKAR, 1 ASNOR JURAIZA ISHAK, 2 ROSNAH SHAMSUDDIN, 1 WAN ZUHA WAN HASSAN, 1 Department of Electrical and Electronics

More information

A Novel Technology in Malaysian Agriculture

A Novel Technology in Malaysian Agriculture Advances in Computing 2012, 2(2): 1-8 DOI: 10.5923/j.ac.20120202.01 A Novel Technology in Malaysian Agriculture Mohd. Hudzari Razali Department of Agriculture Science, Faculty of Agriculture and Biotechnology,

More information

Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique

Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique Ms. K.Thirupura Sundari 1, Ms. S.Durgadevi 2, Mr.S.Vairavan 3 1,2- A.P/EIE, Sri Sairam Engineering College, Chennai 3- Student,

More information

Mobile Application for Classifying Palm Oil Bunch using RGB and Artificial Neural Network

Mobile Application for Classifying Palm Oil Bunch using RGB and Artificial Neural Network Mobile Application for Classifying Palm Oil Bunch using RGB and Artificial Neural Network Sayyidatina Al Hurul Aina Binti Alzahati, Mohd Azwan Mohamad@Hamza Fakulti Sistem Komputer & Kejuruteraan Perisian,

More information

A NOVEL TECHNOLOGY APPLICATION IN AGRICULTURE RESEARCH

A NOVEL TECHNOLOGY APPLICATION IN AGRICULTURE RESEARCH International Research Journal of Applied and Basic Sciences. Vol., 2 (11), 408-417, 2011 Available online at http://www. irjabs.com 2011 A NOVEL TECHNOLOGY APPLICATION IN AGRICULTURE RESEARCH MOHD. HUDZARI

More information

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Mr. CHOI NANG SO Email: cnso@excite.com Prof. J GODFREY LUCAS Email: jglucas@optusnet.com.au SCHOOL OF MECHATRONICS,

More information

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

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

More information

Target Classification in Forward Scattering Radar in Noisy Environment

Target Classification in Forward Scattering Radar in Noisy Environment Target Classification in Forward Scattering Radar in Noisy Environment Mohamed Khala Alla H.M, Mohamed Kanona and Ashraf Gasim Elsid School of telecommunication and space technology, Future university

More information

Performance Improvement of Contactless Distance Sensors using Neural Network

Performance Improvement of Contactless Distance Sensors using Neural Network Performance Improvement of Contactless Distance Sensors using Neural Network R. ABDUBRANI and S. S. N. ALHADY School of Electrical and Electronic Engineering Universiti Sains Malaysia Engineering Campus,

More information

Analysis of Physical Properties Of Oil Palm Fresh Fruit Bunches Using ImageJ

Analysis of Physical Properties Of Oil Palm Fresh Fruit Bunches Using ImageJ ICST 2016 Analysis of Physical Properties Of Oil Palm Fresh Fruit Bunches Using ImageJ Minarni Shiddiq 1*, Roni Salambue 2, Rasmiana Poja 1 and Arian Trianov Solistio 1 1 Department of Physics, Universitas

More information

Estimate Ripeness Level of fruits Using RGB Color Space and Fuzzy Logic Technique

Estimate Ripeness Level of fruits Using RGB Color Space and Fuzzy Logic Technique Estimate Ripeness Level of fruits Using RGB Color Space and Fuzzy Logic Technique Meenu Dadwal, V.K.Banga Abstract In this paper, a general approach is developed to estimate the ripeness level without

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

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

Outdoor colour recognition system for oil palm fresh fruit bunches (ffb)

Outdoor colour recognition system for oil palm fresh fruit bunches (ffb) International Journal of Machine Intelligence, ISSN: 0975 2927, Volume 2, Issue 1, 2010, pp-01-10 Outdoor colour recognition system for oil palm fresh fruit bunches (ffb) Wan Ishak Wan Ismail 1,2 and Mohd.

More information

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

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

More information

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

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

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

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

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

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

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

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

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

More information

Bandit Detection using Color Detection Method

Bandit Detection using Color Detection Method Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 1259 1263 2012 International Workshop on Information and Electronic Engineering Bandit Detection using Color Detection Method Junoh,

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

Efficient Target Detection from Hyperspectral Images Based On Removal of Signal Independent and Signal Dependent Noise

Efficient Target Detection from Hyperspectral Images Based On Removal of Signal Independent and Signal Dependent Noise IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. III (Nov - Dec. 2014), PP 45-49 Efficient Target Detection from Hyperspectral

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

Identification of Age Factor of Fruit (Tomato) using Matlab- Image Processing

Identification of Age Factor of Fruit (Tomato) using Matlab- Image Processing Identification of Age Factor of Fruit (Tomato) using Matlab- Image Processing Prof. Pramod G. Devalatkar 1, Mrs. Shilpa R. Koli 2 1 Faculty, Department of Electrical & Electronics Engineering, KLS Gogte

More information

D DAVID PUBLISHING. 1. Introduction

D DAVID PUBLISHING. 1. Introduction Journal of Mechanics Engineering and Automation 5 (2015) 286-290 doi: 10.17265/2159-5275/2015.05.003 D DAVID PUBLISHING Classification of Ultrasonic Signs Pre-processed by Fourier Transform through Artificial

More information

Dynamic Throttle Estimation by Machine Learning from Professionals

Dynamic Throttle Estimation by Machine Learning from Professionals Dynamic Throttle Estimation by Machine Learning from Professionals Nathan Spielberg and John Alsterda Department of Mechanical Engineering, Stanford University Abstract To increase the capabilities of

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

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier Ph Chitaranjan Sharma, Ishaan Pandiya, Dipak Swargari, Kusum Dangi * Department of Electrical Engineering,

More information

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks PIERS ONLINE, VOL. 3, NO. 8, 27 116 Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks K. A. Gotsis, E. G. Vaitsopoulos, K. Siakavara, and J. N. Sahalos

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

Imaging with hyperspectral sensors: the right design for your application

Imaging with hyperspectral sensors: the right design for your application Imaging with hyperspectral sensors: the right design for your application Frederik Schönebeck Framos GmbH f.schoenebeck@framos.com June 29, 2017 Abstract In many vision applications the relevant information

More information

Colour Recognition in Images Using Neural Networks

Colour Recognition in Images Using Neural Networks Colour Recognition in Images Using Neural Networks R.Vigneshwar, Ms.V.Prema P.G. Scholar, Dept. of C.S.E, Valliammai Engineering College, Chennai, India Assistant Professor, Dept. of C.S.E, Valliammai

More information

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction A multilayer perceptron (MLP) [52, 53] comprises an input layer, any number of hidden layers and an output

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK

ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK DOI: http://dx.doi.org/10.7708/ijtte.2018.8(3).02 UDC: 004.8.032.26 ANALYSIS OF CITIES DATA USING PRINCIPAL COMPONENT INPUTS IN AN ARTIFICIAL NEURAL NETWORK Villuri Mahalakshmi Naidu 1, Chekuri Siva Rama

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Implementation of Band Pass Filter for Homomorphic Filtering Technique

Implementation of Band Pass Filter for Homomorphic Filtering Technique INTERNATIONAL JOURNAL OF COMPUTER SCIENCE AND MOBILE APPLICATIONS Implementation of Band Pass Filter for Homomorphic Filtering Technique Pin Yang Tan 1, Haidi Ibrahim 2 1 School of Electrical & Electronic

More information

APPLIED MACHINE VISION IN AGRICULTURE AT THE NCEA. C.L. McCarthy and J. Billingsley

APPLIED MACHINE VISION IN AGRICULTURE AT THE NCEA. C.L. McCarthy and J. Billingsley APPLIED MACHINE VISION IN AGRICULTURE AT THE NCEA C.L. McCarthy and J. Billingsley National Centre for Engineering in Agriculture (NCEA), USQ, Toowoomba, QLD, Australia ABSTRACT Machine vision involves

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

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

Classification Experiments for Number Plate Recognition Data Set Using Weka

Classification Experiments for Number Plate Recognition Data Set Using Weka Classification Experiments for Number Plate Recognition Data Set Using Weka Atul Kumar 1, Sunila Godara 2 1 Department of Computer Science and Engineering Guru Jambheshwar University of Science and Technology

More information

Prediction of Compaction Parameters of Soils using Artificial Neural Network

Prediction of Compaction Parameters of Soils using Artificial Neural Network Prediction of Compaction Parameters of Soils using Artificial Neural Network Jeeja Jayan, Dr.N.Sankar Mtech Scholar Kannur,Kerala,India jeejajyn@gmail.com Professor,NIT Calicut Calicut,India sankar@notc.ac.in

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

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

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

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

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach

Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert Transform Approach SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) volume 1 Issue 10 Dec 014 Decriminition between Magnetising Inrush from Interturn Fault Current in Transformer: Hilbert

More information

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB S. Kajan, J. Goga Institute of Robotics and Cybernetics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

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

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron

IJITKMI Volume 7 Number 2 Jan June 2014 pp (ISSN ) Impact of attribute selection on the accuracy of Multilayer Perceptron Impact of attribute selection on the accuracy of Multilayer Perceptron Niket Kumar Choudhary 1, Yogita Shinde 2, Rajeswari Kannan 3, Vaithiyanathan Venkatraman 4 1,2 Dept. of Computer Engineering, Pimpri-Chinchwad

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Neural Networks and Antenna Arrays

Neural Networks and Antenna Arrays Neural Networks and Antenna Arrays MAJA SAREVSKA 1, NIKOS MASTORAKIS 2 1 Istanbul Technical University, Istanbul, TURKEY 2 Hellenic Naval Academy, Athens, GREECE sarevska@itu.edu.tr mastor@wseas.org Abstract:

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

IMAGE ANALYSIS BASED CONTROL OF COPPER FLOTATION. Kaartinen Jani*, Hätönen Jari**, Larinkari Martti*, Hyötyniemi Heikki*, Jorma Miettunen***

IMAGE ANALYSIS BASED CONTROL OF COPPER FLOTATION. Kaartinen Jani*, Hätönen Jari**, Larinkari Martti*, Hyötyniemi Heikki*, Jorma Miettunen*** IMAGE ANALYSIS BASED CONTROL OF COPPER FLOTATION Kaartinen Jani*, Hätönen Jari**, Larinkari Martti*, Hyötyniemi Heikki*, Jorma Miettunen*** *Helsinki University of Technology, Control Engineering Laboratory

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

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

MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA

MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA MULTIPLE CLASSIFIERS FOR ELECTRONIC NOSE DATA M. Pardo, G. Sberveglieri INFM and University of Brescia Gas Sensor Lab, Dept. of Chemistry and Physics for Materials Via Valotti 9-25133 Brescia Italy D.

More information

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM Ajith Abraham and Baikunth Nath Gippsland School of Computing & Information Technology Monash University, Churchill

More information

Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram

Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram 5 Comparison of Two Pixel based Segmentation Algorithms of Color Images by Histogram Dr. Goutam Chatterjee, Professor, Dept of ECE, KPR Institute of Technology, Ghatkesar, Hyderabad, India ABSTRACT The

More information

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2

Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO 1, Yong-zhi MIN 1,* and Hong-feng MA 2 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Detection of Rail Fastener Based on Wavelet Decomposition and PCA Ben-yu XIAO

More information

COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE

COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE Renata Caminha C. Souza, Lisandro Lovisolo recaminha@gmail.com, lisandro@uerj.br PROSAICO (Processamento de Sinais, Aplicações

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

AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM

AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM AUTOMATION TECHNOLOGY FOR FABRIC INSPECTION SYSTEM Chi-ho Chan, Hugh Liu, Thomas Kwan, Grantham Pang Dept. of Electrical and Electronic Engineering, The University of Hong Kong, Pokfulam Road, Hong Kong.

More information

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique

Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique Partial Discharge Classification Using Novel Parameters and a Combined PCA and MLP Technique C. Chang and Q. Su Center for Electrical Power Engineering Monash University, Clayton VIC 3168 Australia Abstract:

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

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

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

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

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

More information

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network

A Detection Method of Rice Process Quality Based on the Color and BP Neural Network A Detection Method of Rice Process Quality Based on the Color and BP Neural Network Peng Wan 1,2, Changjiang Long 1, Xiaomao Huang 1 1 College of Engineering, Huazhong Agricultural University, Wuhan, P.

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

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

Neural Network with Median Filter for Image Noise Reduction

Neural Network with Median Filter for Image Noise Reduction Available online at www.sciencedirect.com IERI Procedia 00 (2012) 000 000 2012 International Conference on Mechatronic Systems and Materials Neural Network with Median Filter for Image Noise Reduction

More information

Image-Based Date Fruit Classification

Image-Based Date Fruit Classification IV International Congress on Ultra Modern Telecommunications and Control Systems 2012 Image-Based Date Fruit Classification Abdulhamid Haidar Massachusetts Institute of Technology Cambridge, MA ahaidar@mit.edu

More information

Speed and Accuracy Improvements in Visual Pattern Recognition Tasks by Employing Human Assistance

Speed and Accuracy Improvements in Visual Pattern Recognition Tasks by Employing Human Assistance Speed and Accuracy Improvements in Visual Pattern Recognition Tasks by Employing Human Assistance Amir I. Schur and Charles C. Tappert Abstract This study investigates methods of enhancing human-computer

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Skeletonization Algorithm for an Arabic Handwriting

Skeletonization Algorithm for an Arabic Handwriting Skeletonization Algorithm for an Arabic Handwriting MOHAMED A. ALI, KASMIRAN BIN JUMARI Dept. of Elc., Elc. and sys, Fuculty of Eng., Pusat Komputer Universiti Kebangsaan Malaysia Bangi, Selangor 43600

More information

Detection of Almond Varieties Using Impact Acoustics and Artificial Neural Networks

Detection of Almond Varieties Using Impact Acoustics and Artificial Neural Networks International Journal of Agriculture and Crop Sciences. Available online at www.ijagcs.com IJACS/213/6-14/18-117 ISSN 2227-67X 213 IJACS Journal Detection of Almond Varieties Using Impact Acoustics and

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION ABSTRACT New technologies are being developed to give an ease to the human in a variety of different field each and every day. Food industry is the key of development that led to the rise of human civilization.

More information

Steady State versus Transient Signal for Fault Location in Transmission Lines

Steady State versus Transient Signal for Fault Location in Transmission Lines Journal of Physics: Conference Series PAPER OPEN ACCESS Steady State versus Transient Signal for Location in Transmission Lines To cite this article: M.N. Hashim et al 8 J. Phys.: Conf. Ser. 9 43 View

More information

COMPARATIVE STUDY AND ANALYSIS FOR GESTURE RECOGNITION METHODOLOGIES

COMPARATIVE STUDY AND ANALYSIS FOR GESTURE RECOGNITION METHODOLOGIES http:// COMPARATIVE STUDY AND ANALYSIS FOR GESTURE RECOGNITION METHODOLOGIES Rafiqul Z. Khan 1, Noor A. Ibraheem 2 1 Department of Computer Science, A.M.U. Aligarh, India 2 Department of Computer Science,

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

NON-INVASIVE INVESTIGATION METHOD OF NATURAL FIBER SEEDS QUALITY

NON-INVASIVE INVESTIGATION METHOD OF NATURAL FIBER SEEDS QUALITY Bulletin of the Transilvania University of Braşov Series II: Forestry Wood Industry Agricultural Food Engineering Vol. 7 (56) No.2-2014 NON-INVASIVE INVESTIGATION METHOD OF NATURAL FIBER SEEDS QUALITY

More information

Unsupervised Pixel Based Change Detection Technique from Color Image

Unsupervised Pixel Based Change Detection Technique from Color Image Unsupervised Pixel Based Change Detection Technique from Color Image Hassan E. Elhifnawy Civil Engineering Department, Military Technical College, Egypt Summary Change detection is an important process

More information

Reference Free Image Quality Evaluation

Reference Free Image Quality Evaluation Reference Free Image Quality Evaluation for Photos and Digital Film Restoration Majed CHAMBAH Université de Reims Champagne-Ardenne, France 1 Overview Introduction Defects affecting films and Digital film

More information