Uses of Class
fr.igred.omero.roi.ROIWrapper
Package
Description
This package contains classes related to the hierarchical organization for images.
This package contains wrapper classes for OMERO shapes and ROIs.
-
Uses of ROIWrapper in fr.igred.omero.repository
Modifier and TypeMethodDescriptionDeprecated.Gets the ROI contained in the folder associated with the image id set (an image need to be associated)Gets the ROIs contained in the folder associated with the provided image ID.FolderWrapper.getROIs
(Client client, ImageWrapper image) Gets the ROIs contained in the folder associated with the provided image.Gets all ROIs linked to the image in OMEROImageWrapper.saveROIs
(Client client, ROIWrapper... rois) Links ROIs to the image in OMERO.ImageWrapper.saveROIs
(Client client, Collection<? extends ROIWrapper> rois) Links ROIs to the image in OMERO.Modifier and TypeMethodDescriptionvoid
FolderWrapper.addROI
(Client client, ROIWrapper roi) Deprecated.Adds an ROI to the folder and associate it to the image id set(an image need to be associated)void
FolderWrapper.addROIs
(Client client, long imageId, ROIWrapper... rois) Adds ROIs to the folder and associate them to the provided image ID.void
FolderWrapper.addROIs
(Client client, ImageWrapper image, ROIWrapper... rois) Adds ROIs to the folder and associate them to the provided image.void
ImageWrapper.saveROI
(Client client, ROIWrapper roi) Deprecated.Links a ROI to the image in OMEROImageWrapper.saveROIs
(Client client, ROIWrapper... rois) Links ROIs to the image in OMERO.ImageWrapper.toImagePlus
(Client client, ROIWrapper roi) Gets the imagePlus from the image generated from the ROI.void
FolderWrapper.unlinkROI
(Client client, ROIWrapper roi) Deprecated.Unlink an ROI, associated to the image set, in the folder.void
FolderWrapper.unlinkROIs
(Client client, ROIWrapper... rois) Unlink ROIs from the folder.Modifier and TypeMethodDescriptionImageWrapper.saveROIs
(Client client, Collection<? extends ROIWrapper> rois) Links ROIs to the image in OMERO.void
FolderWrapper.unlinkROIs
(Client client, Collection<? extends ROIWrapper> rois) Unlink ROIs from the folder. -
Uses of ROIWrapper in fr.igred.omero.roi
Modifier and TypeMethodDescriptionstatic List<ROIWrapper>
ROIWrapper.fromImageJ
(List<? extends Roi> ijRois) Converts an ImageJ list of ROIs to a list of OMERO ROIsstatic List<ROIWrapper>
ROIWrapper.fromImageJ
(List<? extends Roi> ijRois, String property) Converts an ImageJ list of ROIs to a list of OMERO ROIsModifier and TypeMethodDescriptionROIWrapper.toImageJ
(Collection<? extends ROIWrapper> rois, String property, boolean groupRois) Converts an OMERO list of ROIs to a list of ImageJ ROIsROIWrapper.toImageJ
(List<? extends ROIWrapper> rois) Converts an OMERO list of ROIs to a list of ImageJ ROIsROIWrapper.toImageJ
(List<? extends ROIWrapper> rois, String property) Converts an OMERO list of ROIs to a list of ImageJ ROIs