Feeds
답변 있음
How to remove branches from skeleton image?
The function bwmorph (see matlab documentation) might help you with this. Try to use im = bwmorph(im,'spur',Inf).
How to remove branches from skeleton image?
The function bwmorph (see matlab documentation) might help you with this. Try to use im = bwmorph(im,'spur',Inf).
7년 초과 전 | 0

