* Remove the 'DoG' filter.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
index 8a172b8..48a6334 100644 (file)
@@ -12,9 +12,11 @@ type Config = {
     minRBCSize: float
     maxRBCSize: float
 
-    doGSigma1: float
-    doGSigma2: float
-    doGLowFreqPercentageReduction: float
+    preFilterSigma: float
+
+    // Ellipse.
+    factorNbPick: float
+    factorWindowSize: float // factor of 'maxRBCSize'.
 
     // Parasites detection.
     darkStainLevel: float