Package | Description |
---|---|
net.imagej.legacy.convert | |
net.imagej.omero | |
net.imagej.omero.legacy | |
net.imagej.omero.legacy.convert | |
net.imagej.omero.roi | |
net.imagej.roi |
Modifier and Type | Method and Description |
---|---|
Class<ROITree> |
ROITreeToOverlayConverter.getInputType() |
Class<ROITree> |
OverlayToROITreeConverter.getOutputType() |
Modifier and Type | Method and Description |
---|---|
ROITree |
OMEROService.downloadROI(OMEROLocation credentials,
long roiID)
|
ROITree |
DefaultOMEROService.downloadROI(OMEROLocation credentials,
long roiID) |
ROITree |
OMEROService.downloadROIs(OMEROLocation credentials,
long imageID)
Downloads the ROIs associated with the given
imageID from OMERO,
and returns them as a ROITree . |
ROITree |
DefaultOMEROService.downloadROIs(OMEROLocation credentials,
long imageID) |
ROITree |
OMEROFormat.Metadata.getRois() |
Modifier and Type | Method and Description |
---|---|
void |
OMEROFormat.Metadata.setRois(ROITree rois) |
Modifier and Type | Method and Description |
---|---|
ROITree |
LegacyROIPreprocessor.getValue() |
Modifier and Type | Method and Description |
---|---|
Class<ROITree> |
ROITreeToOverlay.getInputType() |
Class<ROITree> |
OverlayToROITree.getOutputType() |
Class<ROITree> |
MaskPredicateToROITree.getOutputType() |
Class<ROITree> |
IJROIToROITree.getOutputType() |
Modifier and Type | Class and Description |
---|---|
class |
LazyROITree
ROITree which downloads the associated ROIs only when the children
are requested. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultROITree
Default implementation of
ROITree . |
Modifier and Type | Method and Description |
---|---|
default ROITree |
ROIService.getROIs(Dataset img)
|
Copyright © 2014–2022 ImageJ. All rights reserved.