フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

welcom i find problem to access good edge in this image

2 ビュー (過去 30 日間)
fatima ali
fatima ali 2014 年 12 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (1 件)

Image Analyst
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
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);
Image Analyst
Image Analyst 2014 年 12 月 12 日
Have you tried it yet?

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by