Object

scalismo.faces.io

MoMoIO

Related Doc: package io

Permalink

object MoMoIO

IO for Morphable Models

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearURICache(): Unit

    Permalink

    clears all cached models

  6. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def read(file: File, modelPath: String = "/"): Try[MoMo]

    Permalink

    load a Morphable Model from a file

    load a Morphable Model from a file

    file

    file to open

    modelPath

    path of the model inside file

  16. def read(uri: URI): Try[MoMo]

    Permalink

    load a Morphable Model from an URI (cached)

    load a Morphable Model from an URI (cached)

    uri

    URI of model to open, must be a file currently, use "#" to indicate the path inside the file

  17. def readFromHDF5(h5file: HDF5File, modelPath: String): Try[MoMo]

    Permalink

    load a Morphable Model from an open HDF5 file

    load a Morphable Model from an open HDF5 file

    h5file

    HDF5 file

    modelPath

    path of the model inside file

  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def write(model: MoMo, file: File, modelPath: String = "/"): Try[Unit]

    Permalink

    write a Morphable Model to a file, creates a HDF5 file

    write a Morphable Model to a file, creates a HDF5 file

    file

    File object pointing to new file, will be created

    modelPath

    path inside HDF5 file to put the model

  24. def writeToHDF5(momo: MoMo, h5file: HDF5File, modelPath: String): Try[Unit]

    Permalink

    write a Morphable Model into an open HDF5 file

    write a Morphable Model into an open HDF5 file

    h5file

    File object pointing to open HDF5 file

    modelPath

    path inside HDF5 file to put model (leave empty for default)

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