object PointDistributionModel extends Serializable
- Alphabetic
- By Inheritance
- PointDistributionModel
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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.
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()