find multiple objects and their number in an image
Show older comments
I am working on a project that classifies beans in an image how can i do that and how can i tell the number of beans of each type.
3 Comments
Akira Agata
on 12 Mar 2018
If possible, could you share a sample image?
KALYAN ACHARJYA
on 12 Mar 2018
Edited: KALYAN ACHARJYA
on 12 Mar 2018
When you classify it based on image segmentation (Apply various variable thresholding techniques) and count the number of objects within an image.
[label_Image, numberofObject]=bwlabel(segmented_binaryImage);
Liliana Malik
on 12 Mar 2018
Accepted Answer
More Answers (0)
Categories
Find more on Color Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!