powered by
Set value at current position
antsImageIteratorSet(x, value)
antsImageIterator
pixel value to set
TRUE'
# NOT RUN { img <- makeImage(c(5,5), rnorm(25)) it <- antsImageIterator( img ) flag <- antsImageIteratorSet( it, 2.0 ) # }
Run the code above in your browser using DataLab