c

ShapePoseAndIntesnityModels

ShapePoseAndIntensityPGA

case class ShapePoseAndIntensityPGA[DDomain[D] <: DiscreteDomain[D]](gp: DiscreteLowRankGaussianProcess[_3D, [D]DomainWithPoseAndIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]], logExpMapping: PoseExpLogMappingSingleDomain[DDomain])(implicit warperDomainWithPose: WarperDomainWithPoseAndIntensity[DDomain], warperInnerDomain: DomainWarp[_3D, DDomain], rng: Random) extends Product with Serializable

A ShapeAndPoseGPA models shape and pose variations across given examples of mesh with Pose Parameters as deformation fields using DiscreteLowRankGaussianProcess. the ShapeAndPoseGPA while modelling shape deformation fields as scalismo.statisticalmodel.StatisticalMeshModel, it uses PoseExpLogMapping to linearise pose deformation fields. ShapeAndPoseGPA warps the single body object with the shape and pose deformation fields to produce a new DomainWithPoseAndIntensity.

See also

DiscreteLowRankGaussianProcess

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapePoseAndIntensityPGA
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ShapePoseAndIntensityPGA(gp: DiscreteLowRankGaussianProcess[_3D, [D]DomainWithPoseAndIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]], logExpMapping: PoseExpLogMappingSingleDomain[DDomain])(implicit warperDomainWithPose: WarperDomainWithPoseAndIntensity[DDomain], warperInnerDomain: DomainWarp[_3D, DDomain], rng: Random)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. val gp: DiscreteLowRankGaussianProcess[_3D, [D]DomainWithPoseAndIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]]
  10. def instance(coeffs: DenseVector[Double]): DomainWithPoseAndIntensity[_3D, DDomain]

    returns a DomainWithPoseAndIntensity that corresponds to a combination of the basis functions with the given coefficients coeffs.

    returns a DomainWithPoseAndIntensity that corresponds to a combination of the basis functions with the given coefficients coeffs.

    See also

    DiscreteLowRankGaussianProcess.instance

  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val logExpMapping: PoseExpLogMappingSingleDomain[DDomain]
  13. val mean: DomainWithPoseAndIntensity[_3D, DDomain]

    The mean MultiBodyObject

    The mean MultiBodyObject

    See also

    DiscreteLowRankGaussianProcess.mean

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def newReference(newReference: DomainWithPoseAndIntensity[_3D, DDomain], interpolator: FieldInterpolator[_3D, [D]DomainWithPoseAndIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]], newLogExpMapping: PoseExpLogMappingSingleDomain[DDomain]): ShapePoseAndIntensityPGA[DDomain]
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def posterior(trainingData: IndexedSeq[(PointId, Point[_3D])], sigma2: Double): ShapePoseAndIntensityPGA[DDomain]

    Similar to Point[_3D])], sigma2: Double), but the training data is defined by specifying the target point instead of the displacement vector

  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def sample(): DomainWithPoseAndIntensity[_3D, DDomain]

    draws a random DomainWithPoseAndIntensity.

    draws a random DomainWithPoseAndIntensity.

    See also

    DiscreteLowRankGaussianProcess.sample

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def transform(rigidTransform: RigidTransformation[_3D]): ShapePoseAndIntensityPGA[DDomain]

    transform the ShapeAndPoseGPA using the given rigid transform.

    transform the ShapeAndPoseGPA using the given rigid transform. The spanned shape and pose space is not affected by this operations.

  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped