segment-open icon indicating copy to clipboard operation
segment-open copied to clipboard

Feature request: Ability to see ROI areas in mm^2 not just cm^2.

Open SuperSimon81 opened this issue 5 years ago • 2 comments

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

SuperSimon81 avatar Jul 10 '19 13:07 SuperSimon81

Great idea. Should be a quick fix, but might need to sync with Medviso etc.

johannestoger avatar Jul 17 '19 09:07 johannestoger

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

johannestoger avatar Jul 17 '19 09:07 johannestoger