필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I define suitable value for big objects

조회 수: 2 (최근 30일)
ali
ali 2016년 7월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all in this image, I want to remove big objects. I use this code
BW2 = bwareaopen(thresh_image_conv,5000); newBW2=imsubtract(thresh_image_conv,BW2);
So is there a way to define appropriate value for this kind of objects. Something like a tolerance should be. Because i found this value emprically. The original and selcted ones are attached there. You can see red ones are selected big. But there should be more acording to my code. This level is belong to me so how can i make a decision automatically this value. Thanks for suggestion.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by