how to trace black and white region separately in an binary image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
SARAH LONER
il 3 Dic 2019
Risposto: Constantino Carlos Reyes-Aldasoro
il 3 Dic 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 Commenti
Risposta accettata
Constantino Carlos Reyes-Aldasoro
il 3 Dic 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!