Finding ellipses and parasites.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
index b22a4fd..75aa95f 100644 (file)
@@ -1,9 +1,20 @@
 module Config
 
 type Config = {
+    scale: float
+
     doGSigma1: float
     doGSigma2: float
     doGLowFreqPercentageReduction: float
 
-    scale: float
+    // Parasites detection.
+    darkStainLevel: float
+
+    stainSigma: float
+    stainLevel: float
+    stainSpreadRequired: float
+    
+    infectionSigma: float
+    infectionLevel: float
+    infectionPixelsRequired: int
 }
\ No newline at end of file