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

조회 수: 3 (최근 30일)
peyush
peyush 2015년 7월 19일
댓글: peyush 2015년 7월 20일
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?

채택된 답변

Image Analyst
Image Analyst 2015년 7월 20일
Try bwareafilt():
BW2 = bwareafilt(BW, 2, 'Largest');

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by