Get value at current position

antsImageIteratorGet(x)

Arguments

x

antsImageIterator

Value

pixel value

Examples

img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) value <- antsImageIteratorGet( it )