Anuhya101 / Flower_Identification_and_count

Flower counting technique is used to get an approximation of the count of number of flowers using MATLAB.Counting of the flowers is done by enhancement techniques following by the segmentation of our region of interest and then counting the resultant segmented elements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flower_Identification_and_count

Flower counting technique is used to get an approximation of the count of number of flowers using MATLAB.Counting of the flowers is done by enhancement techniques following by the segmentation of our region of interest and then counting the resultant segmented elements.

Purpose

--> The main purpose of this algorithm is to Count the number of flowers which isdone by enhancement techniques following by the segmentation of our region of interest and then counting the resultant segmented elements. We are using a variety of sample set in various environment backgrounds, different size, shape, climate and colour, Due to different angles of photo capturing some of the region of interest might get blurred out, for which we have to implement a variety of image processing techniques to get a better approximation.

Improvements

--> In this new system I first used image enhancement technics like image acquisition and then converted the coloured image into grey level image along with histograms of the same image and then spatial domain enhancement techniques have been applied such as brightness adjusting operations( increase and decrease the brightness), histogram equalization, point processing technique, power law transform, image negative, thresholding, converting grey level image into binary, PSNR technique, Entropy, Edge detection and extracting the features and finally using feature analysis to count objects

Files included

-imagenhancement.m Used for spatial enhancement of flower images, point processing technique (power law transform), Thresholding along with histograms

-identification.m Includes RGB plan conversion, feature analysis, segmentation and count

-dataset Images from backyard and few are from farm

Analysis and Results

Screenshot 2022-03-12 at 10 46 29 PM

Screenshot 2022-03-12 at 11 04 04 PM

Screenshot 2022-03-12 at 11 04 14 PM

Screenshot 2022-03-12 at 11 04 38 PM

Screenshot 2022-03-12 at 11 04 45 PM

Screenshot 2022-03-12 at 11 05 04 PM

Screenshot 2022-03-12 at 11 05 28 PM

Screenshot 2022-03-12 at 11 05 47 PM

About

Flower counting technique is used to get an approximation of the count of number of flowers using MATLAB.Counting of the flowers is done by enhancement techniques following by the segmentation of our region of interest and then counting the resultant segmented elements.


Languages

Language:MATLAB 100.0%