* Remove the 'DoG' filter.
[master-thesis.git] / Parasitemia / Parasitemia / MatchingEllipses.fs
index 92a767a..99e3cb5 100644 (file)
@@ -13,7 +13,7 @@ open Utils
 let matchingScoreThreshold1 = 0.6
 
 // All ellipsee with a score below this is removed.
-let matchingScoreThreshold2 = 1. / 50.
+let matchingScoreThreshold2 = 1. / 100.
 
 type private EllipseScoreFlaggedKd (matchingScore: float, e: Ellipse) =
     let mutable matchingScore = matchingScore