How do I properly binarize my image?
Afficher commentaires plus anciens
Hello,
I want to analyze the particle size distribution of my sample. I followed the example of 'ImageAnalyst'. The problem for my sample is that the grains I'm mostly interested in aren't binarized properly. The grains are the little dark gray and black circles. How do I get them binarized, so I can count them afterwards?

Réponse acceptée
Plus de réponses (1)
Image Analyst
le 20 Juin 2022
0 votes
If regular global thresholding doesn't get them then you might try a bottom hat filter imbothat
3 commentaires
Matheo Schaaf
le 20 Juin 2022
Modifié(e) : Matheo Schaaf
le 20 Juin 2022
Image Analyst
le 20 Juin 2022
If you don't want to analyze the whole image by finding gray/dark blobs in the whole image, then exactly how are you defining an ROI that is just some part of the image? I was thinking you'd just want to find those dark blobs everywhere they occur in the image, not in some portion of the image.
Matheo Schaaf
le 20 Juin 2022
Modifié(e) : Matheo Schaaf
le 20 Juin 2022
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

