Measurement Outlines
Hello
All help appreciated
David
0
Best Answer
-
I assume that you create a mask of DAPI nucleus and then create a distance map of it. Using histogram of the distance map you can find threshold levels that would split it into 5 equal areas (1 internal polygon and 4 rings outside of it). Then you can simply apply these thresholds by pairs in a loop (min/max for the given ring) executing Count - it will produce a ring object (with one hole), which you can then put to the Features Manager. You can collect all 5 rings to the Features Manager one by one and then place them (all 5) to another image - that will give you doughnut-shape objects with proper measurements - all 5 in one data table.You can also create threshold segmentation on distance map with 5 classes, each with different threshold range. Then a single Count will give you 5 ring objects that can be transferred at once to another image using Features Manager.Yuri0
Answers