I would like to binarize and perform image analysis on this image. such as size and equivalent diameter and count of cells.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
0 Commenti
Risposte (1)
Mandar
il 6 Feb 2023
As a potential workaround, you may think of applying segmentation technique such as Watershed segmentation to get the boundaries around different object in the image. The binary segmentation mask can be useful to get the distinct features such as Area, Major and Minor axis lengths, eccentricity etc. using “regionprops” function.
Refer the following MATLAB documentation link to know more about watershed segmentation which demonstrate the applicability of watershed segmentation with example.
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!