module Config type Config = { scale: float doGSigma1: float doGSigma2: float doGLowFreqPercentageReduction: float // Parasites detection. darkStainLevel: float stainSigma: float stainLevel: float stainSpreadRequired: float infectionSigma: float infectionLevel: float infectionPixelsRequired: int }