![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176939/image.jpeg)
Obtaining the largest object in an image
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
med-sweng
il 28 Nov 2014
Commentato: Image Analyst
il 1 Dic 2014
Say that I have an image with a big object, and then small objects spread apart.
How can I retrieve only that big object?
I think we can use "bwconncomp"?
But, how exactly can we do that here?
Thanks.
0 Commenti
Risposta accettata
Image Analyst
il 28 Nov 2014
I thought I've given this to you before. Oh well, maybe it was someone else. I've posted it lots and lots of times. Here it is again. The function inside the attached demo will let you extract the N largest or smallest blobs in a binary image.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176939/image.jpeg)
2 Commenti
Image Analyst
il 1 Dic 2014
Yes. But you might want to multiply it by 255 first so you can see it without scaling, like if you want a nice thumbnail image in your operating system
imwrite(uint8(255*binaryImage), filename);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!