Class: ReferenceToReferenceTransform
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ReferenceToReferenceTransform
- Includes:
- CoreBase
- Defined in:
- app/models/reference_to_reference_transform.rb
Overview
A 3-D affine transfrom that is used to transform 3-D points from one reference space to another. This is used to support image-sync across time-points. A 3-D affine transform is defined by 12 parameters: the first 9 parameters represents the matrix part in row-major order and the last 3 parameters the translation part.