Change the way the parasites are detected.
[master-thesis.git] / Parasitemia / Parasitemia / Program.fs
index 781d9ad..25c707d 100644 (file)
@@ -73,11 +73,11 @@ let main args =
                 maxDarkStainRatio = 0.1
 
                 infectionArea = 0.012 // 1.2 %
-                infectionLevel = 0.2
+                infectionLevel = 0.85
                 parasitePixelsRequired = 1
 
                 stainArea = 0.08
-                stainLevel = 0.1
+                stainLevel = 0.85
                 maxStainRatio = 0.12 // 12 %
 
                 standardDeviationMaxRatio = 0.55