objectDisplay {IFC} | R Documentation |
Object Display
Description
This function is intended to display object extracted by objectExtract
.
Usage
objectDisplay(
image,
input_range = c(0, 4095),
full_range = FALSE,
force_range = FALSE,
gamma = 1,
color = "Green",
dpi = 300
)
Arguments
image |
An object extracted by |
input_range |
a finite numeric vector of 2 values, sets the range of the input intensity values. Values outside this range are clipped. Default is |
full_range |
if |
force_range |
if |
gamma |
|
color |
a color. Default is |
dpi |
display resolution. Default is |
Details
If 'image'
is of class 'IFC_img' or 'IFC_msk', then if 'input_range'
, 'full_range'
, 'force_range'
, 'gamma'
and/or 'color'
parameters is/are missing,
it/they will be extracted from 'image'
attributes.
If 'image'
is not of one of class 'IFC_img' or 'IFC_msk', then 'force_range'
will be forced to TRUE
.
An error will be thrown if input image contains non finite values.
Value
it invisibly returns NULL