* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / Granulometry.fs
index 7886043..a1c2fd4 100644 (file)
@@ -52,7 +52,6 @@ let findRadiusByClosing (img: Image<Gray, 'TDepth>) (range: int * int) (scale: f
 
     float (max + r1') / scale |> roundInt
 
-
 let findRadiusByAreaClosing (img: Image<Gray, float32>) (range: int * int) : int =
     let r1, r2 = range