Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

welcom i find problem to access good edge in this image

2 visualizaciones (últimos 30 días)
fatima ali
fatima ali el 9 de Dic. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

Image Analyst
Image Analyst el 10 de Dic. de 2014
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 comentarios
Image Analyst
Image Analyst el 10 de Dic. de 2014
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 el 12 de Dic. de 2014
Have you tried it yet?

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by