detect scratches in image
Show older comments

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 Comments
Walter Roberson
on 20 Nov 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
on 20 Nov 2015
Answers (1)
Image Analyst
on 20 Nov 2015
0 votes
Try a tophat or bottomhat filter, imtophat() or imbothat().
3 Comments
mehroz irshad
on 20 Nov 2015
Edited: Walter Roberson
on 20 Nov 2015
Walter Roberson
on 20 Nov 2015
original = rgb2gray( imread('fivTest.png') );
Image Analyst
on 20 Nov 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.
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!