move interator to a given index
antsImageIteratorSetIndex(x, index)
antsImageIterator
index to move to
TRUE'
# NOT RUN {
img <- makeImage(c(5,5), rnorm(25))
it <- antsImageIterator( img )
flag <- antsImageIteratorSetIndex( it, c(2,3) )
# }
Run the code above in your browser using DataLab