ModelTransformations

scalismo.statisticalmodel.asm.ModelTransformations
case class ModelTransformations(coefficients: DenseVector[Double], rigidTransform: TranslationAfterRotation[_3D])

Transformations to apply to a statistical shape model.

Sample usage: val mesh = ssm.instance(t.coefficients).transform(t.rigidTransform)

Attributes

coefficients

model coefficients to apply. These determine the shape transformation.

rigidTransform

rigid transformation to apply. These determine translation and rotation.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product