Remove ellipses touching the edges.
[master-thesis.git] / Parasitemia / Parasitemia / MatchingEllipses.fs
index 9b870dc..0964953 100644 (file)
@@ -89,8 +89,6 @@ type MatchingEllipses (radiusMin: float) =
                             other.Removed <- true
         ellipses.RemoveAll(fun e -> e.Removed) |> ignore
 
-        dprintfn "Number of ellipse: %A" ellipses.Count
-
         List.ofSeq ellipses |> List.map (fun e -> e.Ellipse)