Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
Modifier and Type | Method and Description |
---|---|
static ROI2DPath |
ROI2DShape.merge(java.util.List<ROI2DShape> rois,
ShapeUtil.BooleanOperator operator)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
static ROI2DPath |
ROI2DShape.merge(ROI2DShape[] rois,
ShapeUtil.ShapeOperation operation)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
static ROI2DPath |
ROI2DShape.substract(ROI2DShape roi1,
ROI2DShape roi2)
Deprecated.
Use
ROI.getSubtraction(ROI) instead. |
static ROI2DPath |
ROI2DShape.subtract(ROI2DShape roi1,
ROI2DShape roi2)
Deprecated.
Use
ROI.getSubtraction(ROI) instead. |