coordinateImages: make a coordinate image

View source: R/patchMatch.R

coordinateImagesR Documentation

make a coordinate image

Description

This function will return n-dimensionality coordinate images that encode the spatial ITK coordinates of the image domain.

Usage

coordinateImages(mask, physicalCoordinates = TRUE)

Arguments

mask

defining wherein we create coordinates

physicalCoordinates

boolean select index or phyiscal coordinates

Value

list of coordinate images

Author(s)

Avants BB

Examples


library(ANTsR)
img <- ri( 1 )
coords = coordinateImages( img * 0 + 1, TRUE )


stnava/patchMatchR documentation built on March 23, 2022, 6:47 a.m.