필터 지우기
필터 지우기

Count each dot and its intensity and size

조회 수: 2 (최근 30일)
njood alsaihati
njood alsaihati 2019년 10월 18일
댓글: njood alsaihati 2019년 10월 21일
how can I have MATLAB count each foci foramtion on the nucleus and find its size and intensity ?
HT-CBX2-1.0 Dox-3_XY1555107051_Z0_T0_C0.tif

답변 (1개)

Sid Singh
Sid Singh 2019년 10월 21일
Hi, your image is not uploaded correctly.
Your case can be solved by segmenting the image to get the object of interest localized, in your cases foci-formation on nucleus. Image properties are very important for segmentation and decides the segmentation approach. Then we can perfrom blob detection on the segmented image which will give you the size and intensity information. You may also have to do some sort of morphological operation to remove the insignificant blobs. The steps in sequence are given below.
or

태그

Community Treasure Hunt

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

Start Hunting!

Translated by