| antsImage-class | R Documentation |
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 signature 'antsImage'
show(object)
## S4 method for signature 'antsImage'
initialize(
.Object,
pixeltype = "float",
dimension = 3,
components = 1,
isVector = FALSE,
filename = ""
)
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 |
filename |
character filename if the data was read in, otherwise "" |
pixeltypeusually float, can be other types unsigned char, int, double etc noting that short is not supported
dimensionusually 2 or 3 but can be 4
componentsnumber of pixel components
pointerthe memory location
isVectorlogical indicator of the image is a vector
filenamecharacter filename if the data was read in, otherwise ""
pixeltypeusually float, can be other types unsigned char, int, double etc noting that short is not supported
dimensionusually 2 or 3 but can be 4
componentsnumber of pixel components
isVectorboolean
filenamecharacter filename if the data was read in, otherwise ""
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.