* Remove ellipses with a too high standard variation.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
index a1b06e2..261d87b 100644 (file)
@@ -30,6 +30,7 @@ type Parameters = {
 
     maxDarkStainRatio: float
 
+    standardDeviationMaxRatio: float // The standard deviation of the pixel values of a cell can't be greater than standardDeviationMaxRatio * global standard deviation
     minimumCellArea: float // Factor of RBC area.
 }