Packages

object PointDistributionModel extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointDistributionModel
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply[D, PointRepr[D] <: DiscreteDomain[D]](reference: PointRepr[D], gp: LowRankGaussianProcess[D, EuclideanVector[D]])(implicit arg0: NDSpace[D], canWarp: DomainWarp[D, PointRepr], vectorizer: Vectorizer[EuclideanVector[D]]): PointDistributionModel[D, PointRepr]

    creates a StatisticalMeshModel by discretizing the given Gaussian Process on the points of the reference mesh.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def augmentModel[D, DDomain[D] <: DiscreteDomain[D]](model: PointDistributionModel[D, DDomain], biasModel: LowRankGaussianProcess[D, EuclideanVector[D]])(implicit arg0: NDSpace[D], canWarp: DomainWarp[D, DDomain], vectorizer: Vectorizer[EuclideanVector[D]]): PointDistributionModel[D, DDomain]

    Adds a bias model to the given statistical shape model

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def createUsingPCA[D, DDomain[D] <: DiscreteDomain[D]](reference: DDomain[D], fields: Seq[Field[D, EuclideanVector[D]]], stoppingCriterion: StoppingCriterion)(implicit arg0: NDSpace[D], canWarp: DomainWarp[D, DDomain], vectorizer: Vectorizer[EuclideanVector[D]]): PointDistributionModel[D, DDomain]

    Creates a new Statistical mesh model, with its mean and covariance matrix estimated from the given fields.

    Creates a new Statistical mesh model, with its mean and covariance matrix estimated from the given fields.

    Per default, the resulting mesh model will have rank (i.e. number of principal components) corresponding to the number of linearly independent fields. By providing an explicit stopping criterion, one can, however, compute only the leading principal components. See PivotedCholesky.StoppingCriterion for more details.

  9. def createUsingPCA[D, DDomain[D] <: DiscreteDomain[D]](dc: DataCollection[D, DDomain, EuclideanVector[D]], stoppingCriterion: StoppingCriterion = PivotedCholesky.RelativeTolerance(0))(implicit arg0: NDSpace[D], canWarp: DomainWarp[D, DDomain], vectorizer: Vectorizer[EuclideanVector[D]]): PointDistributionModel[D, DDomain]

    Returns a PCA model with given reference mesh and a set of items in correspondence.

    Returns a PCA model with given reference mesh and a set of items in correspondence. All points of the reference mesh are considered for computing the PCA

    Per default, the resulting mesh model will have rank (i.e. number of principal components) corresponding to the number of linearly independent fields. By providing an explicit stopping criterion, one can, however, compute only the leading principal components. See PivotedCholesky.StoppingCriterion for more details.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped