module Config type Debug = | DebugOff | DebugOn of string // Output directory. type Config = { debug: Debug scale: float minRBCSize: float maxRBCSize: float doGSigma1: float doGSigma2: float doGLowFreqPercentageReduction: float // Parasites detection. darkStainLevel: float stainSigma: float stainLevel: float stainSpreadRequired: float infectionSigma: float infectionLevel: float infectionPixelsRequired: int percentageOfFgValidCell: float MaxDarkStainRatio: float minimumCellArea: int maxOffcenter: float }