antsImage.Rd
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 class 'antsImage'
show(object)
# S4 method for class 'antsImage'
initialize(
.Object,
pixeltype = "float",
dimension = 3,
components = 1,
isVector = FALSE,
filename = ""
)
input object to convert
input object to convert
usually float, can be other types unsigned char, int, double etc noting that short is not supported
usually 2 or 3 but can be 4
number of pixel components
logical indicator of the image is a vector
character filename if the data was read in, otherwise ""
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
isVector
logical indicator of the image is a vector
filename
character filename if the data was read in, otherwise ""
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
isVector
boolean
filename
character filename if the data was read in, otherwise ""