imageDomainToSpatialMatrix: Image domain to spatial position

Description Usage Arguments Value Author(s) Examples

View source: R/composeTransformsToField.R

Description

Transform a d-dimensional image into a d by p matrix that encodes the spatial coordinates of the image domain.

Usage

1

Arguments

image

input image

mask

optional input mask

Value

matrix is output

Author(s)

Avants BB

Examples

1
2
img = antsImageRead( getANTsRData( 'r16' ) )
spmat = imageDomainToSpatialMatrix( img )

neuroconductor/ANTsR documentation built on Oct. 11, 2020, 8:14 a.m.