object SyntheticDataFitting
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SyntheticDataFitting
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class EvaluatedFit (rmsIlluminationCoefficients: Double, rmsIlluminationSphere: Double, rmsAlbedo: Double, rmsImageDifference: Double, rmsShapeDifference: Double) extends Product with Serializable
- case class FitData (parameter: RenderParameter, renderedImage: PixelImage[RGBA], albedoImage: PixelImage[RGBA], illuminationImage: PixelImage[RGBA], mesh: TriangleMesh3D) extends Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def convertToLinearRGBImage(image: PixelImage[RGBA]): PixelImage[RGBA]
- def convertToSRGBImage(image: PixelImage[RGBA]): PixelImage[RGBA]
- def defaultExperiments()(implicit ex: ExecutionContext): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evaluateFit(fitData: FitData, targetData: FitData): EvaluatedFit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val landmarkIds: IndexedSeq[String]
- def main(args: Array[String]): Unit
- val momoFullPRTShadowRenderer: MoMoRenderer
- val momoNoShadow: MoMoExpress
- val momoNoShadowRenderer: MoMoRenderer
- val momoShadow: MoMoExpress
- val momoShadowRenderer: ParametricPrtMoMoRenderer[LambertParameters, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noShadowModelURI: URI
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
parseArgs(args: List[String], options: Map[Symbol, Any] = Map.empty): Map[Symbol, Any]
- Annotations
- @tailrec()
- def printEvaluationCSV(evaluatedFits: Seq[(String, EvaluatedFit)], sep: String = ","): String
- def renderIlluminationSphere(parameter: RenderParameter): PixelImage[RGBA]
- def rmsImageDifference(imgA: PixelImage[RGBA], imgB: PixelImage[RGBA]): Double
- def runExperiment(numberOfFits: Int, numberOfSamples: Int, ageYears: Int, randomIlluminationSelection: Boolean, withExpression: Boolean, outputDirectory: String)(implicit ec: ExecutionContext): Future[(Path, Path)]
- val shadowModelURI: URI
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )