* Remove ellipses with a too high standard variation.
[master-thesis.git] / Parasitemia / Parasitemia / Program.fs
index ac495b5..5b8c3e4 100644 (file)
@@ -61,8 +61,8 @@ let main args =
             Config(
               { scale = 1.
 
-                minRbcRadius = -0.3
-                maxRbcRadius = 0.3
+                minRbcRadius = -0.35
+                maxRbcRadius = 0.35
 
                 preFilterSigma = 1.5
 
@@ -80,7 +80,8 @@ let main args =
 
                 maxDarkStainRatio = 0.1
 
-                minimumCellArea = 0.3 })
+                standardDeviationMaxRatio = 0.65
+                minimumCellArea = 0.5 })
 
         match mode with
         | CmdLine (input, output) ->