coregister-methods {Cardinal} | R Documentation |
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.
## S4 method for signature 'SpatialShrunkenCentroids,missing' coregister(object, ref, ...) ## S4 method for signature 'SpatialKMeans,missing' coregister(object, ref, ...)
object |
An imaging dataset. |
ref |
A reference for the coregistration. |
... |
Ignored. |
A new imaging dataset of the same class with coregistered images.
Kylie A. Bemis