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.
Похожие проекты
Моделирование и прогнозирование цен на аренду автомобилей
Обучение моделей для прогнозирования цен на аренду автомобилей в Японии на основе данных цен и спроса нескольких японских компаний и истории погоды в Японии.
Распознавание судов на картах
Решение для компьютерного зрения, предназначенное для обнаружения и подсчета всех типов яхт, крейсеров, катеров, каноэ, авианосцев и т. д. на спутниковых картах.
Система для динамического ценообразования
Прогноз оптимальных цен на основе исторических данных.