* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
index cd8f659..e7deb61 100644 (file)
@@ -85,7 +85,6 @@ type RBCRadius (radius: float32, parameters: Parameters) =
     override this.ToString() =
         sprintf "%d px (%.1f μm)" (Utils.roundInt <| 2.f * radius) (2. * this.μm)
 
-
 type Config (param: Parameters) =
     let RBCadiusInPixels (rbcDiameter: float<μm>) (resolution: float<ppi>) : float32 =
         let rbcRadiusInch: float<inch> = (μmToInch rbcDiameter) / 2.