o

faces.apps.prt.experiments.momo

MomoPRTErrorAnalysis

object MomoPRTErrorAnalysis extends App

Created by Lavrenti on 06.04.2016.

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MomoPRTErrorAnalysis
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Error (avgNorm: Double, maxNorm: Double, avgAmbientError: Double, avgMaxAmbientError: Double, maxMaxAmbientError: Double, avgSHAmbientSHDifference: IndexedSeq[Double], maxSHAmbientSHDifference: IndexedSeq[Double]) extends Product with Serializable
  2. implicit class FileExt extends AnyRef
  3. implicit class IndexedSeqAvg extends AnyRef

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 args: Array[String]
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bright: DenseVector[Double]
  7. val bsdf: SHBrdf with CosineTerm
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(transferExpected: IndexedSeq[DenseMatrix[Double]], transfer: IndexedSeq[DenseMatrix[Double]]): Error
  10. val constantProvider: ConstantTransferProvider
  11. val dataFolder: String
  12. def defaultAnalysis(): Unit
  13. val environment: CylindricalEnvironmentMap[RGB]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. val grid1Files: IndexedSeq[File]
  20. val grid2Files: IndexedSeq[File]
  21. val grid3Files: IndexedSeq[File]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val lightB: DenseVector[Double]
  25. val lightG: DenseVector[Double]
  26. val lightR: DenseVector[Double]
  27. val lightSamples: SHProjectionSamples
  28. val linear1Provider: LinearTransferDataProvider
  29. val linear2Provider: LinearTransferDataProvider
  30. val linear3Provider: LinearTransferDataProvider
  31. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  32. val meanFile: File
  33. val momo: MoMoBasic
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val neighborProvider: NearestNeighborTransferDataProvider
  36. val nnFiles: IndexedSeq[File]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def renderError(mesh: VertexColorMesh3D, error: IndexedSeq[Double]): RenderBuffer[RGBA]
  40. def renderImage(mesh: TriangleMesh3D, pixelShader: PixelShader[RGBA]): RenderBuffer[RGBA]
  41. def renderRGBImage(mesh: VertexColorMesh3D, transferData: IndexedSeq[DenseMatrix[Double]]): RenderBuffer[RGBA]
  42. val resultFolder: String
  43. val rootFolder: String
  44. val shRotation: SHRotation
  45. val shSamples: SHProjectionSamples
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val testFiles: IndexedSeq[File]
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. val transferProviders: Map[TransferDataProvider, String]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped