powered by
test if iterator is at end of data
antsImageIteratorIsAtEnd(x)
antsImageIterator
boolean indicating position
# NOT RUN { img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) it <- antsImageIteratorNext( it ) flag <- antsImageIteratorIsAtEnd( it ) # }
Run the code above in your browser using DataLab