Learn R Programming

ANTsR (version 0.4.0)

antsImage-class: An S4 class for an antsImage

Description

C++ type used to represent an ITK image pointed to by 'pointer'. the actual image is of C++ type 'itk::image< pixeltype , dimension >::Pointer'

Arguments

object

input object to convert

.Object

input object to convert

pixeltype

string e.g. "float" "unsigned char" "int"

dimension

dimensionality of the image

components

number of components per pixel

x

input object to convert

mask

mask for the region

region

antsRegion for the image

e1

internal control for types

e2

internal control for types

Slots

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