C++ type used to represent an ITK image pointed to by 'pointer'. the actual image is of C++ type 'itk::image< pixeltype , dimension >::Pointer'
# S4 method for antsImage
show(object)# S4 method for antsImage
initialize(.Object, pixeltype = "float",
dimension = 3, components = 1)
# S4 method for antsImage
dim(x)
# S4 method for antsImage
min(x)
# S4 method for antsImage
max(x)
# S4 method for antsImage
var(x)
# S4 method for antsImage
sd(x)
# S4 method for antsImage
is.na(x)
# S4 method for antsImage
as.numeric(x, mask = logical(),
region = new("antsRegion", index = integer(), size = integer()))
# S4 method for antsImage
as.matrix(x, mask = logical(),
region = new("antsRegion", index = integer(), size = integer()))
# S4 method for antsImage
as.array(x, mask = logical(),
region = new("antsRegion", index = integer(), size = integer()))
# S4 method for antsImage,ANY
==(e1, e2)
# S4 method for antsImage,ANY
!=(e1, e2)
# S4 method for antsImage,ANY
<=(e1, e2)
# S4 method for antsImage,ANY
>=(e1, e2)
# S4 method for antsImage,ANY
<(e1, e2)
# S4 method for antsImage,ANY
>(e1, e2)
input object to convert
input object to convert
string e.g. "float" "unsigned char" "int"
dimensionality of the image
number of components per pixel
input object to convert
mask for the region
antsRegion for the image
internal control for types
internal control for types
show
:
initialize
:
dim
:
min
:
max
:
var
:
sd
:
is.na
:
as.numeric
:
as.matrix
:
as.array
:
==
:
!=
:
<=
:
>=
:
<
:
>
:
pixeltype
usually float, can be other types unsigned char, int, double etc noting that short is not supported
dimension
usually 2 or 3 but can be 4
components
number of pixel components
pointer
the memory location