antsImageIteratorGoToReverseBegin.Rd
move iterator to begining of reverse data
antsImageIteratorGoToReverseBegin(x)
x | antsImageIterator |
---|
antsImageIterator
img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) it <- antsImageIteratorGoToReverseBegin( it )