How to shrink a binary image of an irregular object?

조회 수: 12 (최근 30일)
Yun Inn
Yun Inn 2014년 3월 27일
댓글: Yun Inn 2014년 3월 27일
I have a binary image of an irregular object. Any clue on how to shrink this object, for example, by 20pixel from all directions?
I tried tracing the boundary and edit the coordinates but it was not practical.

채택된 답변

Sean de Wolski
Sean de Wolski 2014년 3월 27일
A few ways:
doc imerode
Or if you need to maintain objects:
doc bwmorph
Look at the skel and thin options.
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2014년 3월 27일
You'll have to try it :)
Yun Inn
Yun Inn 2014년 3월 27일
I hope it works! Anyway, thank you very much for pointing me to the right function :)

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by