need code for image thinning , use rosenfeld algorthm and stentiford algorthm
1 回表示 (過去 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
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
2011 年 8 月 18 日
Never heard of it. Why don't you want to use the skeletonization capability built into bwmorph()?
0 件のコメント
Walter Roberson
2011 年 8 月 21 日
Azriel Rosenfeld published a number of image thinning algorithms. You need to be more specific. See for example here
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
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!