| Package | Description |
|---|---|
| icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
| icy.roi.edit | |
| plugins.kernel.roi.roi2d |
Contains all 2D ROI classes included in the kernel
|
| Modifier and Type | Class and Description |
|---|---|
class |
ROI2DArea
Deprecated.
Use
ROI2DArea instead. |
| Modifier and Type | Method and Description |
|---|---|
ROI2DArea |
Area2DChangeROIEdit.getROI2DArea() |
| Constructor and Description |
|---|
Area2DChangeROIEdit(ROI2DArea roi,
BooleanMask2D oldMask) |
Area2DChangeROIEdit(ROI2DArea roi,
BooleanMask2D oldMask,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ROI2DArea.add(ROI2DArea roi)
Add the specified
ROI2DArea content to this ROI2DArea |
void |
ROI2DArea.exclusiveAdd(ROI2DArea roi)
Exclusively add the specified
ROI2DArea content to this ROI2DArea:
mask1 xor mask2 = result
################ ################
############## ############## ## ##
############ ############ #### ####
########## ########## ###### ######
######## ######## ################
###### ###### ###### ######
#### #### #### ####
## ## ## ##
|
void |
ROI2DArea.remove(ROI2DArea roi)
Deprecated.
Use
subtract(ROI2DArea) instead |
void |
ROI2DArea.subtract(ROI2DArea roi)
Subtract the specified
ROI2DArea from this ROI2DArea |
| Constructor and Description |
|---|
ROI2DArea(ROI2DArea area)
Create a copy of the specified 2D Area ROI
|