segment-open
segment-open copied to clipboard
Feature request: Ability to see ROI areas in mm^2 not just cm^2.
I'm working with some very small ROIs below 1 cm^2 in area. I´d like to be able to see the area in mm^2 as well. Perhaps this is already a feature, if so, please advise.
Best regards Simon
Great idea. Should be a quick fix, but might need to sync with Medviso etc.
In the meantime, you can get the internal data in cm^2 with more digits with the following commands in the Matlab prompt. Make sure to have the image with the ROI selected. Vary roino as needed if you have multiple ROI:s in the image stack.
global SET NO;
roino = 1;
SET(NO).Roi(roino).Area