Object/Trait

scalismo.faces.momo

MoMo

Related Docs: trait MoMo | package momo

Permalink

object MoMo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MoMo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class NeutralWithExpression(neutral: VertexColorMesh3D, expression: VertexColorMesh3D) extends Product with Serializable

    Permalink

    Keep an expression scan together with its corresponding neutral scan

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(referenceMesh: TriangleMesh3D, shape: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], Point[_3D]], color: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], RGB]): MoMoBasic

    Permalink

    create a Morphable Model without expressions

  5. def apply(referenceMesh: TriangleMesh3D, shape: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], Point[_3D]], color: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], RGB], expression: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], EuclideanVector[_3D]]): MoMoExpress

    Permalink

    create a Morphable Model

  6. def apply(referenceMesh: TriangleMesh3D, shape: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], Point[_3D]], color: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], RGB], landmarks: Map[String, Landmark[_3D]]): MoMoBasic

    Permalink

    create a Morphable Model without expressions

  7. def apply(referenceMesh: TriangleMesh3D, shape: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], Point[_3D]], color: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], RGB], expression: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], EuclideanVector[_3D]], landmarks: Map[String, Landmark[_3D]]): MoMoExpress

    Permalink

    create a Morphable Model

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def buildFromRegisteredSamples(reference: TriangleMesh3D, samplesShape: IndexedSeq[VertexColorMesh3D], samplesColor: IndexedSeq[VertexColorMesh3D], samplesExpression: IndexedSeq[NeutralWithExpression], shapeNoiseVariance: Double, colorNoiseVariance: Double, expressionNoiseVariance: Double): MoMoExpress

    Permalink

    Build a 3D Morphable Model with expressions from registered samples.

    Build a 3D Morphable Model with expressions from registered samples.

    reference

    the reference mesh

    samplesShape

    shape samples in dense correspondence with reference

    samplesColor

    color samples in dense correspondence with reference

    samplesExpression

    expression model samples, consist of a neutral and an expression sample

    shapeNoiseVariance

    spherical noise term in PPCA

    colorNoiseVariance

    spherical noise term in PPCA

    expressionNoiseVariance

    spherical noise term in PPCA

  10. def buildFromRegisteredSamples(reference: TriangleMesh3D, samplesShape: IndexedSeq[VertexColorMesh3D], samplesColor: IndexedSeq[VertexColorMesh3D], shapeNoiseVariance: Double, colorNoiseVariance: Double): MoMoBasic

    Permalink

    Build 3d Morphable Model from registered samples.

    Build 3d Morphable Model from registered samples.

    reference

    the reference mesh

    samplesShape

    shape samples in dense correspondence with reference

    samplesColor

    color samples in dense correspondence with reference

    shapeNoiseVariance

    spherical noise term in PPCA

    colorNoiseVariance

    spherical noise term in PPCA

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fromStatisticalMeshModel(shape: StatisticalMeshModel, color: PancakeDLRGP[_3D, UnstructuredPointsDomain[_3D], RGB], shapeNoiseVariance: Double = 0.0, colorNoiseVariance: Double = 0.0): MoMoBasic

    Permalink

    Builds a MoMo from a scalismo StatisticalMeshModel and a color GP.

    Builds a MoMo from a scalismo StatisticalMeshModel and a color GP.

    shape

    scalismo.statisticalmodel.StatisticalMeshModel for the shape

    color

    DLRGP model for the color

    returns

    New MoMo with the statistics of the two model.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped