detect scratches in image
Mostrar comentarios más antiguos

this is the input image i want to detect scratches in this image but i don't know how to proceed please guide me. i want output image like this

2 comentarios
Walter Roberson
el 20 de Nov. de 2015
You appear to have marked blobs, not scratches. Scratches are long thin marks such as appear near the bottom left of the bright area.
mehroz irshad
el 20 de Nov. de 2015
Respuestas (1)
Image Analyst
el 20 de Nov. de 2015
0 votos
Try a tophat or bottomhat filter, imtophat() or imbothat().
3 comentarios
mehroz irshad
el 20 de Nov. de 2015
Editada: Walter Roberson
el 20 de Nov. de 2015
Walter Roberson
el 20 de Nov. de 2015
original = rgb2gray( imread('fivTest.png') );
Image Analyst
el 20 de Nov. de 2015
You should also get a better photo. Your setup is horrible. Have you considered using more uniform illumination, board illumination (no line or point sources of light), crossed polarizers (to knock out that specular reflections right where you want to analyze), etc. It's always better to start with a good image than to try to fix us a crappy image afterwards in software.
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!