trans-methods: Extract image coordinate transformation

transR Documentation

Extract image coordinate transformation

Description

Extract image coordinate transformation

Get transformation matrix

Usage

trans(x)

## S4 method for signature 'MetaInfo'
trans(x)

## S4 method for signature 'NeuroObj'
trans(x)

## S4 method for signature 'NeuroSpace'
trans(x)

Arguments

x

an object with a transformation

Details

This function returns a transformation that can be used to go from "grid coordinates" to "real world coordinates" in millimeters. see NeuroSpace

Value

A numeric 4x4 matrix that maps from grid coordinates to real-world coordinates.

Examples

bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
trans(bspace)
all.equal(dim(trans(bspace)), c(4,4))

bbuchsbaum/neuroim2 documentation built on Feb. 26, 2025, 3:49 p.m.