Uses of Class
fr.igred.omero.repository.PixelsWrapper.Bounds
-
Packages that use PixelsWrapper.Bounds Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs. -
-
Uses of PixelsWrapper.Bounds in fr.igred.omero.repository
Methods in fr.igred.omero.repository with parameters of type PixelsWrapper.Bounds Modifier and Type Method Description ImagePlus
ImageWrapper. toImagePlus(Client client, PixelsWrapper.Bounds bounds)
Gets the ImagePlus from the image within the specified boundaries. -
Uses of PixelsWrapper.Bounds in fr.igred.omero.roi
Methods in fr.igred.omero.roi that return PixelsWrapper.Bounds Modifier and Type Method Description PixelsWrapper.Bounds
ROIWrapper. getBounds()
Returns the 5D bounds containing the ROI.
-