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!