need code for image thinning , use rosenfeld algorthm and stentiford algorthm

조회 수: 4 (최근 30일)
[EDIT: 20110819 12:16 CDT - merge duplicate - WDR]
need source code to implementation stentiford algorthm for image skeleton ....
[Information merged from duplicate]
how to implementation skeleton or thinning algorthm, use stentifor, rosenfold, zang and suen, hilditch
need source code and flowchar algorthm
  댓글 수: 1
Oleg Komarov
Oleg Komarov 2011년 8월 18일
I know I have already posted this link but it seems you didn't quite get it: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Also, very useful: http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers

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

답변 (3개)

Image Analyst
Image Analyst 2011년 8월 18일
Never heard of it. Why don't you want to use the skeletonization capability built into bwmorph()?

Walter Roberson
Walter Roberson 2011년 8월 21일
Azriel Rosenfeld published a number of image thinning algorithms. You need to be more specific. See for example here
  댓글 수: 2
Megah Putri
Megah Putri 2011년 8월 22일
walter, http://cgm.cs.mcgill.ca/~godfried/student_projects/laleh_pat_rec/rosen_alg.html ...... maybe you can help me ... this link explain about rosenfeld algorthm and i dont know how to implementation in matlab ...
Megah Putri
Megah Putri 2011년 8월 22일
im use ROSENFELD ALGORITHM 8-CONNECTED...

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


Sean de Wolski
Sean de Wolski 2011년 8월 22일
doc imfilter
or if you're like me and don't like imfilter because it's evil
doc conv2
will take care of that algorithm pretty painlessly for you.
  댓글 수: 1
Image Analyst
Image Analyst 2011년 8월 25일
Cool. Now we have two dogs in your logo. What are their names?
I don't see how a convolution or imfilter can do a non-linear operation like skeletonizing, rank filters, or other morphology where you preferentially assign values. For example, an erosion is a local min - how do you do that with convolution?

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

Community Treasure Hunt

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

Start Hunting!

Translated by