How can i extract two different types of objects from one single image based on their properties
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an image with screws and bolts. Property of this image is that the nut is circular in nature and the screws are kind of rectangular. How can I extract them into separate images. Please advise
0 Kommentare
Antworten (1)
Image Analyst
am 23 Okt. 2018
Segment your image to get a binary image. Then you can use bwpropfilt(). If you don't know the ranges for the two classes of objects, use regionprops() to determine what they are.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!