coregister-methods {Cardinal}R Documentation

Coregister images

Description

Coregister images of an imaging dataset. Currently this is only used to coregister the class assignments for clustering methods, but additional functionality may be added in the future for 3D experiments and registration of optical images.

Usage

## S4 method for signature 'SpatialShrunkenCentroids,missing'
coregister(object, ref, ...)

## S4 method for signature 'SpatialKMeans,missing'
coregister(object, ref, ...)

Arguments

object

An imaging dataset.

ref

A reference for the coregistration.

...

Ignored.

Value

A new imaging dataset of the same class with coregistered images.

Author(s)

Kylie A. Bemis

See Also

spatialShrunkenCentroids


[Package Cardinal version 2.2.1 Index]