Little adjustments.
[master-thesis.git] / Parasitemia / Parasitemia / Program.fs
index 5b8c3e4..781d9ad 100644 (file)
@@ -61,26 +61,26 @@ let main args =
             Config(
               { scale = 1.
 
-                minRbcRadius = -0.35
-                maxRbcRadius = 0.35
+                minRbcRadius = -0.32
+                maxRbcRadius = 0.32
 
                 preFilterSigma = 1.5
 
                 factorNbPick = 1.0
                 factorWindowSize = 2.0
 
-                darkStainLevel = 0.4 // Lower -> more sensitive.
+                darkStainLevel = 0.3 // Lower -> more sensitive.
+                maxDarkStainRatio = 0.1
 
-                infectionArea = 0.015
+                infectionArea = 0.012 // 1.2 %
                 infectionLevel = 0.2
                 parasitePixelsRequired = 1
 
-                stainArea = 0.06
-                stainLevel = 0.2
-
-                maxDarkStainRatio = 0.1
+                stainArea = 0.08
+                stainLevel = 0.1
+                maxStainRatio = 0.12 // 12 %
 
-                standardDeviationMaxRatio = 0.65
+                standardDeviationMaxRatio = 0.55
                 minimumCellArea = 0.5 })
 
         match mode with