Version: Beta4.2.1-r8614-Beta4.2-b41
|
Interface for working with regions of interest.
Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
Find ROIs which intersect the given shape. If z/t/visible/locked are filled, only intersections on the given plane(s) or with the given properties are taken into account. Shape id is ignored, object should be properly loaded. Loads Rois as findByRoi.
Find ROIs which intersect any of the given shape. Otherwise as findByIntersection.
Calculate the points contained within a given shape
Calculate stats for all the shapes within the given Roi.
Calculate the stats for the points within the given Shape.
Calculate the stats for the points within the given Shapes.
Returns a list of model::FileAnnotation instances with the namespace "openmicroscopy.org/measurements" which are attached to the model::Plate containing the given image AND which are attached to at least one model::Roi
Loads the ROIs which are linked to by the given model::FileAnnotation id for the given image.
Returns a map from model::FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
Returns the OMERO.tables service via the model::FileAnnotation id returned by getImageMeasurements.
|