I would like to binarize and perform image analysis on this image. such as size and equivalent diameter and count of cells.

3 views (last 30 days)

Answers (1)

Mandar
Mandar on 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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!