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)

stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.