필터 지우기
필터 지우기

background removal and return back the shape

조회 수: 1 (최근 30일)
Tulips
Tulips 2012년 10월 15일
how to do background removal after I crop the image such in this link:
background removal can be used to display the contains of triangle shape and cut out noise outside the triangle. can someone explain how to do this?thank you.

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 15일
I'd probably start out using texture segmentation and see how it goes. I'm assuming that the background will have higher variance than the object. So you might want to use stdfilt() or entropyfilt().
  댓글 수: 1
Tulips
Tulips 2012년 10월 18일
what should I put inside the bracket?()

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

Community Treasure Hunt

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

Start Hunting!

Translated by