antsImageIteratorGet: antsImageIteratorGet

View source: R/antsImageIterator_class.R

antsImageIteratorGetR Documentation

antsImageIteratorGet

Description

Get value at current position

Usage

antsImageIteratorGet(x)

Arguments

x

antsImageIterator

Value

pixel value

Examples

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

ANTsX/ANTsR documentation built on March 29, 2025, 6:24 p.m.