필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)

답변 (1개)

Mandar
Mandar 2023년 2월 6일
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.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by