* Remove the 'DoG' filter.
[master-thesis.git] / Parasitemia / Parasitemia / Program.fs
index fdbc908..86de435 100644 (file)
@@ -67,11 +67,9 @@ let main args =
             minRBCSize = 20.
             maxRBCSize = 42.
 
-            doGSigma1 = 1.5
-            doGSigma2 = 30.
-            doGLowFreqPercentageReduction = 0.75
+            preFilterSigma = 1.5
 
-            factorNbPick = 1.0
+            factorNbPick = 1.0 // 1.0
             factorWindowSize = 2.0
 
             darkStainLevel = 0.4 // Lower -> more sensitive.
@@ -81,7 +79,7 @@ let main args =
             stainSpreadRequired = 3.0
 
             infectionSigma = 2.2
-            infectionLevel = 0.85
+            infectionLevel = 0.87
             infectionPixelsRequired = 1
 
             percentageOfFgValidCell = 0.4