powered by
move iterator to begining
antsImageIteratorGoToBegin(x)
antsImageIterator
# NOT RUN { img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) it <- antsImageIteratorNext( it ) it <- antsImageIteratorGoToBegin( it ) # }
Run the code above in your browser using DataLab