* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / ParasitesMarker.fs
index a6fce83..671755c 100644 (file)
@@ -12,7 +12,6 @@ type Result = {
     infection: Image<Gray, byte>
     stain: Image<Gray, byte> }
 
-
 // Create three binary markers :
 // * 'Dark stain' corresponds to the colored pixel, it's independent of the size of the areas.
 // * 'Stain' corresponds to the stain around the parasites.
@@ -44,7 +43,6 @@ let findMa (green: Image<Gray, float32>) (filteredGreen: Image<Gray, float32>) (
     tmp,
     tmp
 
-
 // Create three binary markers :
 // * 'Dark stain' corresponds to the colored pixel, it's independent of the size of the areas.
 // * 'Stain' corresponds to the stain around the parasites.