필터 지우기
필터 지우기

What algorithm does Matlab rely on to thinning the image?

조회 수: 7 (최근 30일)
wisam kh
wisam kh 2018년 12월 4일
댓글: wisam kh 2018년 12월 8일
Hello
What algorithm does Matlab rely on to thinning the image using thin morphological operation?
The source has been mentioned but no algorithm has been specified.
Thank you.

채택된 답변

Steven Lord
Steven Lord 2018년 12월 4일
Does the Algorithms section on the documentation page for the bwmorph function provide enough information?
  댓글 수: 1
wisam kh
wisam kh 2018년 12월 8일
It may be good, but there are some mystery.
Also, the third condition is not written
thank you

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

추가 답변 (1개)

Image Analyst
Image Analyst 2018년 12월 4일
Of course. The source is
[3] Lam, L., Seong-Whan Lee, and Ching Y. Suen, "Thinning Methodologies-A Comprehensive Survey," IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol 14, No. 9, September 1992, page 879, bottom of first column through top of second column.
What do you expect them to do? Include the entire paper in the MATLAB documentation for bwmorph()? That's NOT going to happen. You're just going to have to order the paper if you want more details.
  댓글 수: 3
Image Analyst
Image Analyst 2018년 12월 4일
Call them and ask them. Or send them an email.
wisam kh
wisam kh 2018년 12월 4일
Thank you so much

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

Community Treasure Hunt

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

Start Hunting!

Translated by