Plant segmentation
A machine learning algorithm for processing plant photos.
The software is meant for segmentation of images made inside a greenhouse.
According to the application concept, a user uploads several photos of different plants and gets only certain regions with a plant of interest highlighted.
A training algorithm analyzes images using the idea that leaves and flowers of the same species should have colors and shapes within a limited deviation. This makes it possible to recognize them.
First of all, both training and prediction algorithms perform image pre-processing starting with adaptive color balance technique in order to avoid differences in perception of the same object in different periods of a day.
After that, various image segmentation techniques are applied in order to extract segments of an image corresponding to plants.
On the next stage, all of the extracted segments are analyzed based on their color distribution, size, edge shape. Numeric features are extracted for further training.
SVM machine learning algorithm was used to predict whether an image segment is related to a particular plant of interest or not.
Cross-validation technique was applied to test the performance of final classification model and to select an optimal set of parameters for each stage.
Similar Projects
Virtual try-on tool for makeup products
The system consists of a face detection and segmentation model and an algorithm that allows recoloring objects without losing their original texture.
Online sign language interpreter
AI algorithm that converts video of a person using sign language into a text transcript
Influencers search API
The API we’ve developed can help a company to find a best matching influencer. Want to promote your new music album in Instagram stories? Just send this to the API and get a list of accounts which will increase your revenue.