antsImage: An S4 class for an antsImage

Description Usage Arguments Slots

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'

Usage

1
2
3
4
5
6
## S4 method for signature 'antsImage'
show(object)

## S4 method for signature 'antsImage'
initialize(.Object, pixeltype = "float",
  dimension = 3, components = 1, isVector = FALSE)

Arguments

object

input object to convert

.Object

input object to convert

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

logical indicator of the image is a vector

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

isVector

logical indicator of the image is a vector

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


muschellij2/atropos documentation built on May 4, 2019, 3:17 p.m.