Learn R Programming

ANTsR (version 0.4.0)

antsImageIteratorGoToReverseBegin: antsImageIteratorGoToReverseBegin

Description

move iterator to begining of reverse data

Usage

antsImageIteratorGoToReverseBegin(x)

Arguments

x

antsImageIterator

Value

antsImageIterator

Examples

Run this code
# NOT RUN {
img <- makeImage(c(5,5), rnorm(25))
it <- antsImageIterator( img )
it <- antsImageIteratorGoToReverseBegin( it )
# }

Run the code above in your browser using DataLab