How to get the two biggest objects/blobs from a binary image?

3 visualizzazioni (ultimi 30 giorni)
I have a binary image having 3 or more blobs...I need to display an image which displays only the two biggest(biggest in terms of area) blobs while rejectingrejecting others....how can I do this?

Risposta accettata

Image Analyst
Image Analyst il 20 Lug 2015
Try bwareafilt():
BW2 = bwareafilt(BW, 2, 'Largest');

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by