antsImageIteratorGoToBegin.Rd
move iterator to begining
antsImageIteratorGoToBegin(x)
x | antsImageIterator |
---|
antsImageIterator
img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) it <- antsImageIteratorNext( it ) it <- antsImageIteratorGoToBegin( it )