Info
此问题已关闭。 请重新打开它进行编辑或回答。
welcom i find problem to access good edge in this image
1 次查看(过去 30 天)
显示 更早的评论
i find problem to access good edge in this image because this image contain much noise......i used wiener2 and medfilt2 to enhanecement image and canny to detection edge ...pleace help me to solve this problem and access best edge ...thanks
0 个评论
回答(1 个)
Image Analyst
2014-12-10
Just vary the parameters, like windowsize and threshold until you find one that looks good. Exactly what edges do you want? Just the outer outline, or all the lines in the foot?
8 个评论
Image Analyst
2014-12-10
In my dog filter, adjust the window width and Gaussian width in the lines
gaussian1 = fspecial('Gaussian', 21, 15);
gaussian2 = fspecial('Gaussian', 21, 20);
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!