antsImageIteratorGet.Rd
Get value at current position
antsImageIteratorGet(x)
antsImageIterator
pixel value
img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) value <- antsImageIteratorGet( it )