OmeroBlitz API
Home Previous Up Next Index

omero::api::ShapeStats

Overview

class ShapeStats

Contains arrays, one entry per channel, of the statistics for a given shape. All arrays are the same size, except for the channelIds array, which specifies the ids of the logical channels which compose this Shape. If the user specified no logical channels for the Shape, then all logical channels from the Pixels will be in channelIds.

Used By

ShapeStatsList
IRoi::getShapeStats
RoiStats::combined

Data Member Index

shapeId
channelIds
pointsCount
min
max
sum
mean
stdDev

Data Members

long shapeId;

LongArray channelIds;

LongArray pointsCount;

DoubleArray min;

DoubleArray max;

DoubleArray sum;

DoubleArray mean;

DoubleArray stdDev;


Home Previous Up Next Index