* Treat some special cases when ellipses intersecting.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
index 45b1ca3..5740e8b 100644 (file)
@@ -30,7 +30,7 @@ type Parameters = {
     infectionLevel: float // > 1
 
     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.
+    minimumCellArea: float // Factor of the nominal RBC area.
 }
 
 type Config (param: Parameters) =