* Try another approach to remove false ellipses without success (commented).
[master-thesis.git] / Parasitemia / Parasitemia / KMedians.fs
index f7f2e54..d005651 100644 (file)
@@ -13,7 +13,7 @@ type Result = {
     d_fg: Image<Gray, float32> } // Euclidean distances of the foreground to median_fg.
 
 let kmedians (img: Image<Gray, float32>) : Result =
-    let nbIteration = 3
+    let nbIteration = 4
     let w = img.Width
     let h = img.Height