Features that will help me detect this object?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to detect an object in digital images (photos attached). It is a small nut.
Sometimes I can successfully detect it by looking for all particles in a certain size range, and then looking for one with solidity and perimeter values close to what I think it should have. Other times my code fails and mistakenly labels something else as the object of interest. Are there any simple geometrical features that could help me differentiate this object from blobs such as those shown in the two example images?
Thanks.
Successful detection:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/720664/image.jpeg)
Unsuccessful detection (mistaking a different blob for the object of interest);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/720669/image.jpeg)
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!