how to trace black and white region separately in an binary image
2 views (last 30 days)
Show older comments
SARAH LONER
on 3 Dec 2019
Answered: Constantino Carlos Reyes-Aldasoro
on 3 Dec 2019
hai i have binary image (capture 1) and i need to trace all white region in vertical and all black region in horizontal lik the image i attached.(capture 2) and from that i need to detect fault in both hozintal and vertical (capture 3). kindly suggest me
0 Comments
Accepted Answer
Constantino Carlos Reyes-Aldasoro
on 3 Dec 2019
generate 2 images, one at which you threshold for bright values, and one for which you threshold for dark values. Once you have that you can label the regions with bwlabel. Find the locations with regionprops. The links would follow the coordinates of the regions detected previously. Once you have those links and difference between the coordinates you can look for variations in the distances of neighbouring elements. If there are no defects, all the distances should be regular, with defects there will be smaller and larger distances.
0 Comments
More Answers (0)
See Also
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!