* Remove ellipses with a too high standard variation.
[master-thesis.git] / Parasitemia / Parasitemia / MatchingEllipses.fs
index 2196122..7a4c51b 100644 (file)
@@ -12,7 +12,7 @@ open Utils
 // Do not take in account matching score below this when two ellipses are matched.
 let matchingScoreThreshold1 = 0.6
 
-// All ellipsee with a score below this is removed.
+// All ellipses with a score below this are removed.
 let matchingScoreThreshold2 = 2.
 
 type private EllipseScoreFlaggedKd (matchingScore: float, e: Ellipse) =