OmeroBlitz API
Home Previous Up Next Index

omero::api::RoiStats

Overview

class RoiStats

Container for ShapeStats, one with the combined values, and one per shape.

Used By

IRoi::getRoiStats

Data Member Index

roiId
imageId
pixelsId
combined
perShape

Data Members

long roiId;

long imageId;

long pixelsId;

ShapeStats combined;

ShapeStatsList perShape;


Home Previous Up Next Index