Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains all 4D ROI classes included in the kernel
|
|
Contains all 5D ROI classes included in the kernel
|
Modifier and Type | Field and Description |
---|---|
<,BooleanMask4D> |
Boolean mask 4D array.
|
Modifier and Type | Method and Description |
---|---|
|
(boolean inclusive)
Get the object representing the roi.
|
|
(int c,
boolean inclusive)
Get the object representing the roi for specified C position.
|
static |
( mask1,
mask2)
Build resulting mask from exclusive union of the mask1 and mask2:
mask1 xor mask2 = result
################ ################
############## ############## ## ##
############ ############ #### ####
########## ########## ###### ######
######## ######## ################
###### ###### ###### ######
#### #### #### ####
## ## ## ##
|
static |
( mask1,
mask2)
Build resulting mask from intersection of the mask1 and mask2:
mask1 intersect mask2 = result
################ ################ ################
############## ############## ############
############ ############ ########
########## ########## ####
######## ########
###### ######
#### ####
## ##
|
|
(int c)
Returns the 4D boolean mask for the specified C position
|
static |
( mask1,
mask2)
Build resulting mask from the subtraction of mask2 from mask1:
mask1 - mask2 = result
################ ################
############## ############## ##
############ ############ ####
########## ########## ######
######## ######## ########
###### ###### ######
#### #### ####
## ## ##
|
static |
( mask1,
mask2)
Build resulting mask from union of the mask1 and mask2:
mask1 + mask2 = result
################ ################ ################
############## ############## ################
############ ############ ################
########## ########## ################
######## ######## ################
###### ###### ###### ######
#### #### #### ####
## ## ## ##
|
Modifier and Type | Method and Description |
---|---|
boolean |
( booleanMask)
Return true if mask contains the specified 4D mask.
|
boolean |
( booleanMask,
int c)
Return true if mask contains the specified 4D mask at position C
|
static |
( mask1,
mask2)
Build resulting mask from exclusive union of the mask1 and mask2:
mask1 xor mask2 = result
################ ################
############## ############## ## ##
############ ############ #### ####
########## ########## ###### ######
######## ######## ################
###### ###### ###### ######
#### #### #### ####
## ## ## ##
|
static |
( mask1,
mask2)
Build resulting mask from intersection of the mask1 and mask2:
mask1 intersect mask2 = result
################ ################ ################
############## ############## ############
############ ############ ########
########## ########## ####
######## ########
###### ######
#### ####
## ##
|
static |
( mask1,
mask2)
Build resulting mask from the subtraction of mask2 from mask1:
mask1 - mask2 = result
################ ################
############## ############## ##
############ ############ ####
########## ########## ######
######## ######## ########
###### ###### ######
#### #### ####
## ## ##
|
static |
( mask1,
mask2)
Build resulting mask from union of the mask1 and mask2:
mask1 + mask2 = result
################ ################ ################
############## ############## ################
############ ############ ################
########## ########## ################
######## ######## ################
###### ###### ###### ######
#### #### #### ####
## ## ## ##
|
boolean |
( booleanMask)
Return true if mask intersects (contains at least one point) the specified 4D mask region
|
boolean |
( booleanMask,
int c)
Return true if mask intersects (contains at least one point) the specified 4D mask at
position C
|
Constructor and Description |
---|
( bounds,
[] mask)
Build a new 4D boolean mask with specified bounds and 4D mask array.
|
Modifier and Type | Method and Description |
---|---|
void |
( mask)
Set the mask from a BooleanMask4D object
|
Constructor and Description |
---|
( mask)
Create a 3D Area ROI type from the specified .
|
Modifier and Type | Method and Description |
---|---|
void |
( rect,
[] mask)
Set the 5D mask from a 4D boolean mask array
|