SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5682
Supervised Learning Approach for Flower Images using Color, Shape
and Texture Features
Ashish V Galphade1, Dr.K.H.Walse2
1ME IInd Year,Dept. of Computer Science & Engg, AEC Chikhli
2Professor and Head, Dept. of Computer Science & Engg, AEC Chikhli
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- This Paper presents an effective Supervised Learning Approach for flower classification using machine
learning algorithms. In this method Artificial Neural Network (ANN) is used as Classifier. The proposed approach includes
three phases: Pre-processing, Feature extraction, and Classification. The flower image is preprocessed and resized for
image quality. Segmentation was done by using threshold. Feature extraction phase was done using color, textures and
shape features. Color moments and Color histogram was used in color feature, whereas Gray level co-occurrence matrix
(GLCM) and Invarient moment (IM) was used for texture and shape feature. Classification was done by using ANN. The
proposed system is able to classify flower images with an average accuracy of 96.0 %.
Key words: Image processing, Feature extraction, Color feature, Shape feature, Texture feature, GLCM, IM,
Neural network, Flower detection, Classification.
1. Introduction
Image processing plays an important role in extracting useful information from images. Flower image classification is
based on the low-level features such as colour and texture to define and describe the image content. Now a day’s it is very
Essential to identify Particular flowers or flower species and recognise its type. As Many flower species have many colours
such as Roses. It is hard to remember all flower names and their information. As there are various fields such as Farming,
Floriculture, Gardening, botany research, Ayurvadic treatment etc. So the main objective of different models is to
automatically classify flower image according to its features..
Colour is an important property in flower image classification because it is useful for human and machine vision and gives
additional information for segmentation and recognition. On the other hand, texture carries information about the
distribution of the grey levels of a connected set of pixels, which occurs repeatedly in an image region. Shape is another
important feature for perceptual object recognition of images. Shape descriptor is a set of numbers that are produced to
represent a given shape feature.
2. Literature Review
The development of the Supervised Learning Approach for Classification of flowers is initiated by the review of various
techniques used for Identification of Flower Species. Fadzilah Siraj, Hawa Mohd Ekhsan and Abdul Nasir Zulkifli [1]
proposed a technique for Image Classification Using Neural Network. In this paper they present neural networks (NNs)
Which are employed for flower classification. For predictive analysis they used three phases namely the image capturing,
image processing and NN phases. They uses a set of flower images which are collected from different places. some flowers
are from the same types but having different colours as colour is one of the characteristics under investigation. They
includes 4 steps of image processing, which are image filtering, image segmentation, region detection, and feature
extraction. By using RGB to HSV conversion formula they normalized to get the appropriate value with normalized color
features. GLCM is used to calculate the image texture and they get approximate image properties in the object’s surface by
measuring the intensity of the pixels in the selected region of the surface. However Some categories of flowers (including
noise) are tested with NN, they got the test accuracy between 20 to 30 percent only. However after performing series of
experiment they combined Different flowers regardless of their colours the classification accuracy was affected by the
number of images in the dataset some training accuracies got merely 60%. Some got 100% by creating more flower
images for each flower.
Avishikta Lodh and Ranjan Parekh [2] proposed a technique for Flower Recognition System based on Color and GIST
Features. In this system they proposed segmentation method for separating flower images from the background. This
method extracts statistical values from an HSV image in order to determine a threshold which is later used to create a
binary mask that separates the foreground from the background. They also proposed A classification model based on
Support Vector Machine (SVM). This model takes statistical color and global GIST features as input and then tries to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5683
predict the class for unknown flower images. In this system Natural images are pre-processed to separate the background
and segment out only the foreground that consists of the flower, and color and GIST features are extracted and combined
together. They include dataset which contains both inter-class similarities and intraclass differences. This makes the
classification process difficult. Some of the inter-class similarities between flower images. In this test have been conducted
where images are represented combining texture features computed using gray-level co-occurrence matrix, and color
features. Accuracy of this approach they got is 85.93%.
Amira Ben Mabrouk, Asma Najjar and Ezzeddine Zagrouba [3] proposed a technique for Image Flower Recognition based
on a New Method for Color Feature Extraction. This method includes two phases which are the training phase and the
testing phase. Histograms are used as an input to the SVM classifier. They include different subsections like Segmentation,
Feature Extraction, Speed up Robust Feature and gives Comparison between SURF and SIFT. They come to know SURF is
faster and more robust against image transformations than SIFT. They have tested lab values and performance measures.
They experiment the performances of classification method using a single feature at once and then combine all the
features. They have reached a recognition performance of 88, 07 %. Riddhi H. Shaparia, Dr. Narendra M. Patel and Prof.
Zankhana H. Shah [4] proposed a technique for Flower Classification using Texture and Color Features. In this system they
used texture and color features for flower classification. They applied noise removal and segmentation for elimination of
background on input images. They extract Texture and color features from the segmented images. They use GLCM (Gray
Level Co-occurrence Matrix) method to extract Texture feature, and Color moment to extract color feature. Neural network
classifier is used for classification. They tested 5 flower class and 40 images from each class. By the end 200 images were
used for classification. They found 30 neurons in hidden layer. The input original flower image is resized in processing. To
acquire flower part in the image they used threshold for segmentation. The accuracy of this flower classification system is
95.0 %. Tanakorn Tiay, Pipimphorn Benyaphaichit, and Panomkhawn Riyamongkol[5] proposed a technique for Flower
Recognition System Based on Image Processing. In this system they used edge and color characteristics of flower images to
classify flowers. Hu’s seven moment algorithm is applied to acquire edge characteristics. Red, green, blue, hue, and
saturation characteristics are derived from histograms. K-nearest neighbour is used to classify flowers. They tested this
system for 10 flower species. Overall 50 test images for each species. Original flower image is resized for faster processing.
RGB to grays cale conversion is used in this to obtain only flower in the image. The system receives edge characteristics by
Hu’s seven-moment algorithm and color characteristics, K-nearest neighbor is used to classify flowers. Accuracy of the
system they got is more than 80%.
3. Proposed Work
Based on the process flow shown in Fig.1, Mainly three phases involved in proposed system, namely the Preprocessing,
Feature extraction, and Classification by ANN.
3.1 Database / Input Image
All the images taken for classification of flower are used from World Wide Web in addition to images from own database
that can be found in and around the area. Also In this work our own database inspite of existence of other databases has
been created. The images are rescaled to obtain the quality. Also segmentation was done by using threshold to obtain the
flower part.
Fig- 1: Block diagram of the proposed work.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5684
3.2 Pre-processing
Pre-processing an image is used to improve image quality. The query image and the images from the database are pre-
processed and output is given to the next step. It helps to improve the quality of images and focus the main region of the
image which will generate the better result.
3.3Feature Extraction
In features extraction step image features are computed by using different methods. These features are stored in database.
This paper considering the main three features color, texture and shape for these features different methods are used.
3.3.1 Color Feature extraction
The color histograms can represent the color of the products more precisely. Product images in similar color with the
query image can be given preferentially. The fuzzy histogram linking technique is applied to extract color feature. The
color information is a 24-bin fuzzy linking histogram which is extracted in HSV color space. The image is separated into a
preset number of blocks. Next, the values of H, S and V of every block are calculated and used as the inputs of the two fuzzy
linking systems. The output values are added to the 24-bin fuzzy linking histogram. Color features can be extracted using
Color Moment. Color moments are rotation and scaling invariant. Color moments give information about shape and color.
It is computed for any color model like RGB, HSV, in color model, per channel, three color moments are computed. E.g. if
color model is RGB then 9 moments and if color model is CMYK then 12 moments are computed.
3.3.2 Texture feature extraction
One of the simplest methods for describing texture is the statistical methods. Statistical methods analyse the spatial
distribution of the gray values by computing local features at each point in the image, and deriving a set of statistical
distribution of the local features. Co-occurrence matrix representation and statistical moments are the most common
methods used for texture representation. It is important to take into account the relative position of pixels with respect to
each other. One way to incorporate this information into texture analysis is to consider the distribution of intensities and
the relative positions of pixels in an image. This can be achieved by the Gray-level Co-occurrence Matrix (GLCM). It
measures the relative frequencies of occurrence of gray level contributions among pairs of pixels with a specific spatial
relationship. Texture feature is extracted by using GLCM method. It is applied on gray scale image hence we have to
convert the segmented color image into gray scale image. Texture feature calculations means to measure the variation in
intensity at interested pixel in an image. After the calculation of these texture features, feature vector is constructed which
is stored in database.
3.3.3 Shape feature extraction
Shape is one of the common image features that used to represent the image first, the image is converted from colored to
gray scale image as there is no use of colors here. The canny edge operator is applied to detect edges of objects in an image.
In image processing edges characterize boundaries. Edge detecting of image significantly reduces the amount of data and
filters out useless information, though it preserves the important structural properties in an image finally moment is
calculated as the moment is the feature for shape content the main region image is extracted from the original image using
the image mask. Like this shape is extracted.
3.4 Classifier: ANN
An artificial neural network (or simply neural network) consists of an input layer of neurons (or nodes, units), one or two
(or even three) hidden layers of neurons, and a final layer of output neurons. It receives, processes, and transmits
information. Input layers receive inputs from sources external to the system under study. The output layers send signals
out of the system, while the hidden layers are those whose input sends outputs are within the system. In this system we
used ANN as classifier.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5685
Fig- 2: Architecture of ANN
4. Results and Discussions
We have developed a Graphical User Interface in Matlab using GUIDE toolbox. The execution of proposed system is given
by following steps
4.1 Neural Network Training Tool
First user will open Graphical User Interface in Matlab. User have to select flower image from database path. If user selects
flower image from database then the database load window will appear. The extraction features of database are extracted
by the tool. After the feature extraction process the database will loaded into the neural network training tool. The custom
neural network view above shows hidden and output layer of input and output respectively. The algorithm will be
processed in steps and after some iterations it will calculate the database in plots like performance, training state and
regression. The gradients will be calculated until the minimum gradients reached. It will calculate the iterations with the
respected time which is required to validate the model as shown in Screenshot.
Fig -3: Neural network Training Tool
4.2 Identification of Flower
In this work we collect our own database. The proposed system is tested for 10 flower class (Marigold, Lotus, Rose,
Hibiscus, Sunflower, Lilies, Zinnia, Petunia, Tulips and Dahlias) and 15 images from each class hence total 150 images is
used for classification. We have tested 5 images per 10 flower species, so total 50 images are tested on our proposed
system, 48 Images are identified as their respective flower Species.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5686
The test input flower image will be loaded and again preprocessing will be done as shown below. The input database
image features are extracted with respect to colour, texture and shape. And after calculation the input features will be
matched with the previous database.
Fig-4: Input Flower Image and Preprocessed Image
In the last step the neural network classifier executes the testing. In the similarity measurement, the features of the user
query image are computed in same manner and compared with features of images in database to retrieve relevant images.
Features from database are compared with feature vector of query image for similarity and retrieval of relevant images.
After validating it identifies the image species and will show the flower species name as a result shown below.
Fig-5: Identification of Flower
Out of 50, 48 are correctly identified as their respective flower species, 2 images are misclassified. Flowers with
Successfully identified species are shown below in Table 1.
Table -1: Successfully identified Flower species Name.
Sr.No Flower Image Image Name Identificaton
1
Rose Rose
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5687
5. Conclusion
The flower classification system based on digital image processing takes the input image which is flower image taken from
dataset. In this system of flower classification for speedy processing the input. Original flower image is resized.. In this
proposed study we created a flower classification system based on image processing techniques and ANN. The comparison
that have been carried out on this proposed work, was based on partial data that include all flowers species with 10
images for training and 5 images for testing, so total 15 images per species and total 10 species were considered which are
famous in India. For flower classification, neural network classifier is used as Feed Forward Back propagation algorithm.
From this point we can consider implementing our system on the whole data as one of the future works. The work have
been done in this project is considered as one step in a long science journey, many of modification and future works are
available; like enhancing the output of segmentation process by modifying parameters of active contour model or by using
another segmentation approach, there are many color, texture and shape descriptor may be used as replacements of our
used approach or same descriptor in deferent approaches The accuracy of this flower classification system is 96.0 %.
REFERENCES
[1] Fadzilah Siraj, Hawa Mohd Ekhsan and Abdul Nasir Zulkifli, “Flower Image Classification Modeling Using Neural
Network,”2014 International Conference on Computer, Control, Informatics and Its Applications.
[2] Avishikta Lodh and Ranjan Parekh, “Flower Recognition System based on Color and GIST Features,” 2017 Devices for
Integrated Circuit (DevIC), 23-24 March, 2017, Kalyani, India.
[3] Amira Ben Mabrouk, Asma Najjar and Ezzeddine Zagrouba, “Image Flower Recognition based on a New Method for
Color Feature Extraction,” VISAPP 2014 - Proceedings of the 9th International Conference on Computer Vision Theory and
Applications.
[4] Riddhi H. Shaparia, Dr. Narendra M. Patel and Prof. Zankhana H. Shah,“ Flower Classification using Texture and Color
Features,” ICRISET2017 (KalpaPublicationsinComputing,vol.2),pp.113{118.
[5] Tanakorn Tiay, Pipimphorn Benyaphaichit and Panomkhawn Riyamongkol, “Flower Recognition System Based on
Image Processing,” 2014 Third ICT International Student Project Conference (ICT-ISPC2014).
[6] Wei Liu, Yunbo Rao, Baijiang Fan, Jiali Song, Qifei Wang,“Flower Classification using Fusion Descriptor and SVM,” 2017
International Smart Cities Conference (ISC2).
2
Hibiscus Hibiscus
3
Lilies Lilies
4
Lotus Lotus
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5688
[7] Chaku Gamit, Prof. Prashant B. Swadas and Prof. Nilesh B. Prajapati,“Flower Grain Image Classification Using
Supervised Classification Algorithm,” International Journal of Engineering Research and Development e-ISSN: 2278-067X,
p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 05 (May 2015), PP.70-75.
[8] Hossam M. Zawbaa, Mona Abbass, Sameh H. Basha, Maryam Hazman and Abul Ella Hassenian, “An Automatic Flower
Classification Approach U sing Machine Learning Algorithms,” 2014 International Conference on Advances in Computing,
Communications and Informatics (ICACCI).
[9] Dr. A. Anushya and Afraa Sayah Alshammari, “Flower Image Classifications Using Cloud Machine Learning With
Tensorflow,” International Journal of Electrical Electronics & Computer Science Engineering Special Issue - NCCT-2018 | E-
ISSN : 2348-2273 | P-ISSN : 2454-1222 February, 2018.
[10] Siyuan Lu, Zhihai Lu, Xianqing Chen, Shuihua Wang and Yudong Zhang, “Flower Classification Based on Single Petal
Image and Machine Learning Methods,” 2017 13th International Conference on Natural Computation, Fuzzy Systems and
Knowledge Discovery (ICNC-FSKD 2017).
[11] Xiaojie Shi, “Research on Flower Image Classification Using Sum-Product Networks,”2017 13th International
Conference on Computational Intelligence and Security.
[12] Hazem Hiary, Heba Saadeh, Maha Saadeh,Mohammad Yaqub, “Flower Classification using Deep Convolutional Neural
Networks”. IET Research Journals, pp. 1–8 cThe Institution of Engineering and Technology 2015.
[13] Warisara Pardee, Prawaran Yusungnern, Peeraya Sripian, “Flower Identification System by Image Processing,” 3rd
International Conference on Creative Technology CRETECH 2015, Bangkok, Thailand, Volume: 1.
[14] Hedyeh A. Kholerdi, Nima TaheriNejad, Axel Jantsch, “Enhancement of Classification of Small Data Sets Using Self-
awareness-An Iris Flower Case-Study,”2018 IEEE International Symposium on Circuits and Systems (ISCAS).
[15] Fadzilah Siraj, Muhammad Ashraq Salahuddin and Shahrul Azmi Mohd Yusof ,”Digital Image Classification for
Malaysan Blooming Flower” Second International Conference on Computational Intelligence, Modelling and Simulation
IEEE-2010.

More Related Content

What's hot

Survey on semi supervised classification methods and
Survey on semi supervised classification methods andSurvey on semi supervised classification methods and
Survey on semi supervised classification methods andeSAT Publishing House
 
Paper id 71201958
Paper id 71201958Paper id 71201958
Paper id 71201958IJRAT
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IAEME Publication
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection methodeSAT Publishing House
 
Survey on semi supervised classification methods and feature selection
Survey on semi supervised classification methods and feature selectionSurvey on semi supervised classification methods and feature selection
Survey on semi supervised classification methods and feature selectioneSAT Journals
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...ijcsit
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingIOSR Journals
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection incsandit
 
Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems IJECEIAES
 
Evaluation of image segmentation and filtering with ann in the papaya leaf
Evaluation of image segmentation and filtering with ann in the papaya leafEvaluation of image segmentation and filtering with ann in the papaya leaf
Evaluation of image segmentation and filtering with ann in the papaya leafijcsit
 
IRJET- Retrieval of Images & Text using Data Mining Techniques
IRJET-  	  Retrieval of Images & Text using Data Mining TechniquesIRJET-  	  Retrieval of Images & Text using Data Mining Techniques
IRJET- Retrieval of Images & Text using Data Mining TechniquesIRJET Journal
 
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...IRJET Journal
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...eSAT Journals
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionIJERA Editor
 
Paper id 42201614
Paper id 42201614Paper id 42201614
Paper id 42201614IJRAT
 
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...ijaia
 

What's hot (20)

Survey on semi supervised classification methods and
Survey on semi supervised classification methods andSurvey on semi supervised classification methods and
Survey on semi supervised classification methods and
 
Paper id 71201958
Paper id 71201958Paper id 71201958
Paper id 71201958
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection method
 
Survey on semi supervised classification methods and feature selection
Survey on semi supervised classification methods and feature selectionSurvey on semi supervised classification methods and feature selection
Survey on semi supervised classification methods and feature selection
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image Processing
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection in
 
Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems
 
Evaluation of image segmentation and filtering with ann in the papaya leaf
Evaluation of image segmentation and filtering with ann in the papaya leafEvaluation of image segmentation and filtering with ann in the papaya leaf
Evaluation of image segmentation and filtering with ann in the papaya leaf
 
IRJET- Retrieval of Images & Text using Data Mining Techniques
IRJET-  	  Retrieval of Images & Text using Data Mining TechniquesIRJET-  	  Retrieval of Images & Text using Data Mining Techniques
IRJET- Retrieval of Images & Text using Data Mining Techniques
 
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...
IRJET- Identification of Indian Medicinal Plant by using Artificial Neural Ne...
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60
 
SEED IMAGE ANALYSIS
SEED IMAGE ANALYSISSEED IMAGE ANALYSIS
SEED IMAGE ANALYSIS
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification System
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease Detection
 
Paper id 42201614
Paper id 42201614Paper id 42201614
Paper id 42201614
 
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...
New Feature Selection Model Based Ensemble Rule Classifiers Method for Datase...
 

Similar to IRJET- Supervised Learning Approach for Flower Images using Color, Shape and Texture Features

Automatic Recognition of Medicinal Plants using Machine Learning Techniques
Automatic Recognition of Medicinal Plants using Machine Learning TechniquesAutomatic Recognition of Medicinal Plants using Machine Learning Techniques
Automatic Recognition of Medicinal Plants using Machine Learning TechniquesIRJET Journal
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingIRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...IRJET Journal
 
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET Journal
 
IRJET- Surveillance for Leaf Detection using Hexacopter
IRJET- Surveillance for Leaf Detection using HexacopterIRJET- Surveillance for Leaf Detection using Hexacopter
IRJET- Surveillance for Leaf Detection using HexacopterIRJET Journal
 
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET Journal
 
Automated Plant Identification with CNN
Automated Plant Identification with CNNAutomated Plant Identification with CNN
Automated Plant Identification with CNNIRJET Journal
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOTIRJET Journal
 
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...IJEEE
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureEswar Publications
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET Journal
 
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...IJMER
 
Wheat leaf disease detection using image processing
Wheat leaf disease detection using image processingWheat leaf disease detection using image processing
Wheat leaf disease detection using image processingIJLT EMAS
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET Journal
 
IRJET- A Review on Plant Disease Detection using Image Processing
IRJET- A Review on Plant Disease Detection using Image ProcessingIRJET- A Review on Plant Disease Detection using Image Processing
IRJET- A Review on Plant Disease Detection using Image ProcessingIRJET Journal
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
Petals Count and Flower Image Classification using computer vision
Petals Count and Flower Image Classification using computer visionPetals Count and Flower Image Classification using computer vision
Petals Count and Flower Image Classification using computer visionIndranil Datta
 
Effectual Face Recognition System for Uncontrolled Illumination
Effectual Face Recognition System for Uncontrolled IlluminationEffectual Face Recognition System for Uncontrolled Illumination
Effectual Face Recognition System for Uncontrolled IlluminationIIRindia
 

Similar to IRJET- Supervised Learning Approach for Flower Images using Color, Shape and Texture Features (20)

Automatic Recognition of Medicinal Plants using Machine Learning Techniques
Automatic Recognition of Medicinal Plants using Machine Learning TechniquesAutomatic Recognition of Medicinal Plants using Machine Learning Techniques
Automatic Recognition of Medicinal Plants using Machine Learning Techniques
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image Processing
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...
IDENTIFICATION AND CLASSIFICATION OF RARE MEDICINAL PLANTS USING MACHINE LEAR...
 
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
 
IRJET- Surveillance for Leaf Detection using Hexacopter
IRJET- Surveillance for Leaf Detection using HexacopterIRJET- Surveillance for Leaf Detection using Hexacopter
IRJET- Surveillance for Leaf Detection using Hexacopter
 
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
 
Automated Plant Identification with CNN
Automated Plant Identification with CNNAutomated Plant Identification with CNN
Automated Plant Identification with CNN
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOT
 
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in Agriculture
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...
 
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
 
Wheat leaf disease detection using image processing
Wheat leaf disease detection using image processingWheat leaf disease detection using image processing
Wheat leaf disease detection using image processing
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
 
IRJET- A Review on Plant Disease Detection using Image Processing
IRJET- A Review on Plant Disease Detection using Image ProcessingIRJET- A Review on Plant Disease Detection using Image Processing
IRJET- A Review on Plant Disease Detection using Image Processing
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
Petals Count and Flower Image Classification using computer vision
Petals Count and Flower Image Classification using computer visionPetals Count and Flower Image Classification using computer vision
Petals Count and Flower Image Classification using computer vision
 
Effectual Face Recognition System for Uncontrolled Illumination
Effectual Face Recognition System for Uncontrolled IlluminationEffectual Face Recognition System for Uncontrolled Illumination
Effectual Face Recognition System for Uncontrolled Illumination
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 

IRJET- Supervised Learning Approach for Flower Images using Color, Shape and Texture Features

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5682 Supervised Learning Approach for Flower Images using Color, Shape and Texture Features Ashish V Galphade1, Dr.K.H.Walse2 1ME IInd Year,Dept. of Computer Science & Engg, AEC Chikhli 2Professor and Head, Dept. of Computer Science & Engg, AEC Chikhli ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- This Paper presents an effective Supervised Learning Approach for flower classification using machine learning algorithms. In this method Artificial Neural Network (ANN) is used as Classifier. The proposed approach includes three phases: Pre-processing, Feature extraction, and Classification. The flower image is preprocessed and resized for image quality. Segmentation was done by using threshold. Feature extraction phase was done using color, textures and shape features. Color moments and Color histogram was used in color feature, whereas Gray level co-occurrence matrix (GLCM) and Invarient moment (IM) was used for texture and shape feature. Classification was done by using ANN. The proposed system is able to classify flower images with an average accuracy of 96.0 %. Key words: Image processing, Feature extraction, Color feature, Shape feature, Texture feature, GLCM, IM, Neural network, Flower detection, Classification. 1. Introduction Image processing plays an important role in extracting useful information from images. Flower image classification is based on the low-level features such as colour and texture to define and describe the image content. Now a day’s it is very Essential to identify Particular flowers or flower species and recognise its type. As Many flower species have many colours such as Roses. It is hard to remember all flower names and their information. As there are various fields such as Farming, Floriculture, Gardening, botany research, Ayurvadic treatment etc. So the main objective of different models is to automatically classify flower image according to its features.. Colour is an important property in flower image classification because it is useful for human and machine vision and gives additional information for segmentation and recognition. On the other hand, texture carries information about the distribution of the grey levels of a connected set of pixels, which occurs repeatedly in an image region. Shape is another important feature for perceptual object recognition of images. Shape descriptor is a set of numbers that are produced to represent a given shape feature. 2. Literature Review The development of the Supervised Learning Approach for Classification of flowers is initiated by the review of various techniques used for Identification of Flower Species. Fadzilah Siraj, Hawa Mohd Ekhsan and Abdul Nasir Zulkifli [1] proposed a technique for Image Classification Using Neural Network. In this paper they present neural networks (NNs) Which are employed for flower classification. For predictive analysis they used three phases namely the image capturing, image processing and NN phases. They uses a set of flower images which are collected from different places. some flowers are from the same types but having different colours as colour is one of the characteristics under investigation. They includes 4 steps of image processing, which are image filtering, image segmentation, region detection, and feature extraction. By using RGB to HSV conversion formula they normalized to get the appropriate value with normalized color features. GLCM is used to calculate the image texture and they get approximate image properties in the object’s surface by measuring the intensity of the pixels in the selected region of the surface. However Some categories of flowers (including noise) are tested with NN, they got the test accuracy between 20 to 30 percent only. However after performing series of experiment they combined Different flowers regardless of their colours the classification accuracy was affected by the number of images in the dataset some training accuracies got merely 60%. Some got 100% by creating more flower images for each flower. Avishikta Lodh and Ranjan Parekh [2] proposed a technique for Flower Recognition System based on Color and GIST Features. In this system they proposed segmentation method for separating flower images from the background. This method extracts statistical values from an HSV image in order to determine a threshold which is later used to create a binary mask that separates the foreground from the background. They also proposed A classification model based on Support Vector Machine (SVM). This model takes statistical color and global GIST features as input and then tries to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5683 predict the class for unknown flower images. In this system Natural images are pre-processed to separate the background and segment out only the foreground that consists of the flower, and color and GIST features are extracted and combined together. They include dataset which contains both inter-class similarities and intraclass differences. This makes the classification process difficult. Some of the inter-class similarities between flower images. In this test have been conducted where images are represented combining texture features computed using gray-level co-occurrence matrix, and color features. Accuracy of this approach they got is 85.93%. Amira Ben Mabrouk, Asma Najjar and Ezzeddine Zagrouba [3] proposed a technique for Image Flower Recognition based on a New Method for Color Feature Extraction. This method includes two phases which are the training phase and the testing phase. Histograms are used as an input to the SVM classifier. They include different subsections like Segmentation, Feature Extraction, Speed up Robust Feature and gives Comparison between SURF and SIFT. They come to know SURF is faster and more robust against image transformations than SIFT. They have tested lab values and performance measures. They experiment the performances of classification method using a single feature at once and then combine all the features. They have reached a recognition performance of 88, 07 %. Riddhi H. Shaparia, Dr. Narendra M. Patel and Prof. Zankhana H. Shah [4] proposed a technique for Flower Classification using Texture and Color Features. In this system they used texture and color features for flower classification. They applied noise removal and segmentation for elimination of background on input images. They extract Texture and color features from the segmented images. They use GLCM (Gray Level Co-occurrence Matrix) method to extract Texture feature, and Color moment to extract color feature. Neural network classifier is used for classification. They tested 5 flower class and 40 images from each class. By the end 200 images were used for classification. They found 30 neurons in hidden layer. The input original flower image is resized in processing. To acquire flower part in the image they used threshold for segmentation. The accuracy of this flower classification system is 95.0 %. Tanakorn Tiay, Pipimphorn Benyaphaichit, and Panomkhawn Riyamongkol[5] proposed a technique for Flower Recognition System Based on Image Processing. In this system they used edge and color characteristics of flower images to classify flowers. Hu’s seven moment algorithm is applied to acquire edge characteristics. Red, green, blue, hue, and saturation characteristics are derived from histograms. K-nearest neighbour is used to classify flowers. They tested this system for 10 flower species. Overall 50 test images for each species. Original flower image is resized for faster processing. RGB to grays cale conversion is used in this to obtain only flower in the image. The system receives edge characteristics by Hu’s seven-moment algorithm and color characteristics, K-nearest neighbor is used to classify flowers. Accuracy of the system they got is more than 80%. 3. Proposed Work Based on the process flow shown in Fig.1, Mainly three phases involved in proposed system, namely the Preprocessing, Feature extraction, and Classification by ANN. 3.1 Database / Input Image All the images taken for classification of flower are used from World Wide Web in addition to images from own database that can be found in and around the area. Also In this work our own database inspite of existence of other databases has been created. The images are rescaled to obtain the quality. Also segmentation was done by using threshold to obtain the flower part. Fig- 1: Block diagram of the proposed work.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5684 3.2 Pre-processing Pre-processing an image is used to improve image quality. The query image and the images from the database are pre- processed and output is given to the next step. It helps to improve the quality of images and focus the main region of the image which will generate the better result. 3.3Feature Extraction In features extraction step image features are computed by using different methods. These features are stored in database. This paper considering the main three features color, texture and shape for these features different methods are used. 3.3.1 Color Feature extraction The color histograms can represent the color of the products more precisely. Product images in similar color with the query image can be given preferentially. The fuzzy histogram linking technique is applied to extract color feature. The color information is a 24-bin fuzzy linking histogram which is extracted in HSV color space. The image is separated into a preset number of blocks. Next, the values of H, S and V of every block are calculated and used as the inputs of the two fuzzy linking systems. The output values are added to the 24-bin fuzzy linking histogram. Color features can be extracted using Color Moment. Color moments are rotation and scaling invariant. Color moments give information about shape and color. It is computed for any color model like RGB, HSV, in color model, per channel, three color moments are computed. E.g. if color model is RGB then 9 moments and if color model is CMYK then 12 moments are computed. 3.3.2 Texture feature extraction One of the simplest methods for describing texture is the statistical methods. Statistical methods analyse the spatial distribution of the gray values by computing local features at each point in the image, and deriving a set of statistical distribution of the local features. Co-occurrence matrix representation and statistical moments are the most common methods used for texture representation. It is important to take into account the relative position of pixels with respect to each other. One way to incorporate this information into texture analysis is to consider the distribution of intensities and the relative positions of pixels in an image. This can be achieved by the Gray-level Co-occurrence Matrix (GLCM). It measures the relative frequencies of occurrence of gray level contributions among pairs of pixels with a specific spatial relationship. Texture feature is extracted by using GLCM method. It is applied on gray scale image hence we have to convert the segmented color image into gray scale image. Texture feature calculations means to measure the variation in intensity at interested pixel in an image. After the calculation of these texture features, feature vector is constructed which is stored in database. 3.3.3 Shape feature extraction Shape is one of the common image features that used to represent the image first, the image is converted from colored to gray scale image as there is no use of colors here. The canny edge operator is applied to detect edges of objects in an image. In image processing edges characterize boundaries. Edge detecting of image significantly reduces the amount of data and filters out useless information, though it preserves the important structural properties in an image finally moment is calculated as the moment is the feature for shape content the main region image is extracted from the original image using the image mask. Like this shape is extracted. 3.4 Classifier: ANN An artificial neural network (or simply neural network) consists of an input layer of neurons (or nodes, units), one or two (or even three) hidden layers of neurons, and a final layer of output neurons. It receives, processes, and transmits information. Input layers receive inputs from sources external to the system under study. The output layers send signals out of the system, while the hidden layers are those whose input sends outputs are within the system. In this system we used ANN as classifier.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5685 Fig- 2: Architecture of ANN 4. Results and Discussions We have developed a Graphical User Interface in Matlab using GUIDE toolbox. The execution of proposed system is given by following steps 4.1 Neural Network Training Tool First user will open Graphical User Interface in Matlab. User have to select flower image from database path. If user selects flower image from database then the database load window will appear. The extraction features of database are extracted by the tool. After the feature extraction process the database will loaded into the neural network training tool. The custom neural network view above shows hidden and output layer of input and output respectively. The algorithm will be processed in steps and after some iterations it will calculate the database in plots like performance, training state and regression. The gradients will be calculated until the minimum gradients reached. It will calculate the iterations with the respected time which is required to validate the model as shown in Screenshot. Fig -3: Neural network Training Tool 4.2 Identification of Flower In this work we collect our own database. The proposed system is tested for 10 flower class (Marigold, Lotus, Rose, Hibiscus, Sunflower, Lilies, Zinnia, Petunia, Tulips and Dahlias) and 15 images from each class hence total 150 images is used for classification. We have tested 5 images per 10 flower species, so total 50 images are tested on our proposed system, 48 Images are identified as their respective flower Species.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5686 The test input flower image will be loaded and again preprocessing will be done as shown below. The input database image features are extracted with respect to colour, texture and shape. And after calculation the input features will be matched with the previous database. Fig-4: Input Flower Image and Preprocessed Image In the last step the neural network classifier executes the testing. In the similarity measurement, the features of the user query image are computed in same manner and compared with features of images in database to retrieve relevant images. Features from database are compared with feature vector of query image for similarity and retrieval of relevant images. After validating it identifies the image species and will show the flower species name as a result shown below. Fig-5: Identification of Flower Out of 50, 48 are correctly identified as their respective flower species, 2 images are misclassified. Flowers with Successfully identified species are shown below in Table 1. Table -1: Successfully identified Flower species Name. Sr.No Flower Image Image Name Identificaton 1 Rose Rose
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5687 5. Conclusion The flower classification system based on digital image processing takes the input image which is flower image taken from dataset. In this system of flower classification for speedy processing the input. Original flower image is resized.. In this proposed study we created a flower classification system based on image processing techniques and ANN. The comparison that have been carried out on this proposed work, was based on partial data that include all flowers species with 10 images for training and 5 images for testing, so total 15 images per species and total 10 species were considered which are famous in India. For flower classification, neural network classifier is used as Feed Forward Back propagation algorithm. From this point we can consider implementing our system on the whole data as one of the future works. The work have been done in this project is considered as one step in a long science journey, many of modification and future works are available; like enhancing the output of segmentation process by modifying parameters of active contour model or by using another segmentation approach, there are many color, texture and shape descriptor may be used as replacements of our used approach or same descriptor in deferent approaches The accuracy of this flower classification system is 96.0 %. REFERENCES [1] Fadzilah Siraj, Hawa Mohd Ekhsan and Abdul Nasir Zulkifli, “Flower Image Classification Modeling Using Neural Network,”2014 International Conference on Computer, Control, Informatics and Its Applications. [2] Avishikta Lodh and Ranjan Parekh, “Flower Recognition System based on Color and GIST Features,” 2017 Devices for Integrated Circuit (DevIC), 23-24 March, 2017, Kalyani, India. [3] Amira Ben Mabrouk, Asma Najjar and Ezzeddine Zagrouba, “Image Flower Recognition based on a New Method for Color Feature Extraction,” VISAPP 2014 - Proceedings of the 9th International Conference on Computer Vision Theory and Applications. [4] Riddhi H. Shaparia, Dr. Narendra M. Patel and Prof. Zankhana H. Shah,“ Flower Classification using Texture and Color Features,” ICRISET2017 (KalpaPublicationsinComputing,vol.2),pp.113{118. [5] Tanakorn Tiay, Pipimphorn Benyaphaichit and Panomkhawn Riyamongkol, “Flower Recognition System Based on Image Processing,” 2014 Third ICT International Student Project Conference (ICT-ISPC2014). [6] Wei Liu, Yunbo Rao, Baijiang Fan, Jiali Song, Qifei Wang,“Flower Classification using Fusion Descriptor and SVM,” 2017 International Smart Cities Conference (ISC2). 2 Hibiscus Hibiscus 3 Lilies Lilies 4 Lotus Lotus
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5688 [7] Chaku Gamit, Prof. Prashant B. Swadas and Prof. Nilesh B. Prajapati,“Flower Grain Image Classification Using Supervised Classification Algorithm,” International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 05 (May 2015), PP.70-75. [8] Hossam M. Zawbaa, Mona Abbass, Sameh H. Basha, Maryam Hazman and Abul Ella Hassenian, “An Automatic Flower Classification Approach U sing Machine Learning Algorithms,” 2014 International Conference on Advances in Computing, Communications and Informatics (ICACCI). [9] Dr. A. Anushya and Afraa Sayah Alshammari, “Flower Image Classifications Using Cloud Machine Learning With Tensorflow,” International Journal of Electrical Electronics & Computer Science Engineering Special Issue - NCCT-2018 | E- ISSN : 2348-2273 | P-ISSN : 2454-1222 February, 2018. [10] Siyuan Lu, Zhihai Lu, Xianqing Chen, Shuihua Wang and Yudong Zhang, “Flower Classification Based on Single Petal Image and Machine Learning Methods,” 2017 13th International Conference on Natural Computation, Fuzzy Systems and Knowledge Discovery (ICNC-FSKD 2017). [11] Xiaojie Shi, “Research on Flower Image Classification Using Sum-Product Networks,”2017 13th International Conference on Computational Intelligence and Security. [12] Hazem Hiary, Heba Saadeh, Maha Saadeh,Mohammad Yaqub, “Flower Classification using Deep Convolutional Neural Networks”. IET Research Journals, pp. 1–8 cThe Institution of Engineering and Technology 2015. [13] Warisara Pardee, Prawaran Yusungnern, Peeraya Sripian, “Flower Identification System by Image Processing,” 3rd International Conference on Creative Technology CRETECH 2015, Bangkok, Thailand, Volume: 1. [14] Hedyeh A. Kholerdi, Nima TaheriNejad, Axel Jantsch, “Enhancement of Classification of Small Data Sets Using Self- awareness-An Iris Flower Case-Study,”2018 IEEE International Symposium on Circuits and Systems (ISCAS). [15] Fadzilah Siraj, Muhammad Ashraq Salahuddin and Shahrul Azmi Mohd Yusof ,”Digital Image Classification for Malaysan Blooming Flower” Second International Conference on Computational Intelligence, Modelling and Simulation IEEE-2010.