object MultiBodyShapePoseAndIntensityPGA extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiBodyShapePoseAndIntensityPGA
  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[DDomain[D] <: DiscreteDomain[D]](items: Seq[DiscreteField[_3D, [D]MultiBodyObjectWithIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]]], logExpMapping: PoseExpLogMapping[DDomain])(implicit warperMultiBodyObjectWithIntensity: WarperMultiBodyObjectWithIntensity[DDomain], multiBodyObjectWarper: DomainWarp[_3D, [D]MultiBodyObject[D, DDomain]], warperDomainWithPoseAndIntensity: WarperDomainWithPoseAndIntensity[DDomain], domainWarper: DomainWarp[_3D, DDomain], rng: Random): MultiBodyShapePoseAndIntensityPGA[DDomain]

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

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

    Per default, the resulting multi body model will have rank (i.e. number of principal geodesic) corresponding to the number of linear independent fields at the tangent space.

  5. def apply[DDomain[D] <: DiscreteDomain[D]](domain: MultiBodyObjectWithIntensity[_3D, DDomain], meanVector: DenseVector[Double], variance: DenseVector[Double], basisMatrix: DenseMatrix[Double])(implicit warperMultiBodyObjectWithIntensity: WarperMultiBodyObjectWithIntensity[DDomain], multiBodyObjectWarper: DomainWarp[_3D, [D]MultiBodyObject[D, DDomain]], warperDomainWithPoseAndIntensit: WarperDomainWithPoseAndIntensity[DDomain], domainWarper: DomainWarp[_3D, DDomain]): MultiBodyShapePoseAndIntensityPGA[DDomain]

    creates a MultiBodyShapePoseAndIntensityPGA from vector/matrix representation of the mean, variance and basis matrix.

    creates a MultiBodyShapePoseAndIntensityPGA from vector/matrix representation of the mean, variance and basis matrix.

    See also

    DenseVector[Double], DenseVector[Double], DenseMatrix[Double

  6. def apply[DDomain[D] <: DiscreteDomain[D]](dc: DataCollection[_3D, [D]MultiBodyObjectWithIntensity[D, DDomain], ShapePoseAndIntensityVector[_3D]])(implicit warperMultiBodyObjectWithIntensity: WarperMultiBodyObjectWithIntensity[DDomain], multiBodyObjectWarper: DomainWarp[_3D, [D]MultiBodyObject[D, DDomain]], warperDomainWithPoseAndIntensity: WarperDomainWithPoseAndIntensity[DDomain], domainWarper: DomainWarp[_3D, DDomain], rng: Random): MultiBodyShapePoseAndIntensityPGA[DDomain]

    Returns a MultiBodyShapePoseAndIntensityPGA with given a set of items in correspondence after logarithmic computation.

    Returns a MultiBodyShapePoseAndIntensityPGA with given a set of items in correspondence after logarithmic computation. All points of the reference domain are considered for computing the PGA

    Per default, the resulting multi body model will have rank (i.e. number of principal geodesic) corresponding to the number of linear independent fields at the tangent space.

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