Simplification of the parasite marker.
[master-thesis.git] / Parasitemia / Parasitemia / Program.fs
index 25c707d..528f2de 100644 (file)
@@ -73,11 +73,10 @@ let main args =
                 maxDarkStainRatio = 0.1
 
                 infectionArea = 0.012 // 1.2 %
-                infectionLevel = 0.85
-                parasitePixelsRequired = 1
+                infectionLevel = 1.12 // Lower -> more sensitive.
 
-                stainArea = 0.08
-                stainLevel = 0.85
+                stainArea = 0.08 // 8 %
+                stainLevel = 1.1 // Lower -> more sensitive.
                 maxStainRatio = 0.12 // 12 %
 
                 standardDeviationMaxRatio = 0.55