antsImageIteratorGoToReverseBegin: antsImageIteratorGoToReverseBegin

View source: R/antsImageIterator_class.R

antsImageIteratorGoToReverseBeginR Documentation

antsImageIteratorGoToReverseBegin

Description

move iterator to begining of reverse data

Usage

antsImageIteratorGoToReverseBegin(x)

Arguments

x

antsImageIterator

Value

antsImageIterator

Examples

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

stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.