필터 지우기
필터 지우기

How can we remove undesired onject from image?

조회 수: 2 (최근 30일)
ali
ali 2014년 11월 24일
댓글: Image Analyst 2014년 11월 25일
For example ın this roentgen image how can we remove that's red object?

채택된 답변

Image Analyst
Image Analyst 2014년 11월 24일
Is it in the same place every time? If not, try using imfindcircles() then masking it out. Why does it matter if it's there though?
  댓글 수: 6
ali
ali 2014년 11월 25일
ok then ı can remove blobs. For remove other types how can ı decide about the threshold value
Image Analyst
Image Analyst 2014년 11월 25일
Just pick something really low, like just barely above the highest background gray level, like 10 or 30 or whatever. Just some gray level that doesn't select any of the black background.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by