nikunj95 / Image-Segmentation-of-Melons-in-Computer-Vision

In this project an image consisting of multiple watermelons is taken and a user input is taken in order to segment parts of the melon such as the skin and the flesh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project focuses on Segmenting an image consisting of multiple watermelons in it.
It follows the approach of Supervised Learning.

In order to create a model, first provide an image where multiple cut pieces of watermelons are present. Then give few inputs for the skin and foreground of the melons.
The program uses the concept of Mahalanobis distance and segments the melons with respect to skin and foreground and draws a blue line separating the two.

You can use the model generated and pass on any image having melons pieces and the program will use this model and provide a segmented output.

About

In this project an image consisting of multiple watermelons is taken and a user input is taken in order to segment parts of the melon such as the skin and the flesh.


Languages

Language:MATLAB 100.0%