X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FMatchingEllipses.fs;h=7a4c51b46395fbbde788278750ab4917c01c5c28;hp=21961226684b1669e7087a0191cad1f1ee2b9f6c;hb=21ce317bce2e1b58803bbb1be439161251478568;hpb=6d99ab0dadc57e91cd846844b620fc90b52a2f96 diff --git a/Parasitemia/Parasitemia/MatchingEllipses.fs b/Parasitemia/Parasitemia/MatchingEllipses.fs index 2196122..7a4c51b 100644 --- a/Parasitemia/Parasitemia/MatchingEllipses.fs +++ b/Parasitemia/Parasitemia/MatchingEllipses.fs @@ -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) =