Description Usage Arguments Slots
C++ type used to represent an ITK image pointed to by 'pointer'. the actual image is of C++ type 'itk::image< pixeltype , dimension >::Pointer'
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)
|
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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.