move iterator to begining of reverse data

antsImageIteratorGoToReverseBegin(x)

Arguments

x

antsImageIterator

Value

antsImageIterator

Examples

img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) it <- antsImageIteratorGoToReverseBegin( it )