Define Emgu as a nuget reference for the project WPF
[master-thesis.git] / Parasitemia / ParasitemiaCore / Classifier.fs
index f7c1bbb..36e2851 100644 (file)
@@ -112,7 +112,7 @@ let findCells (ellipses : Ellipse list) (parasites : ParasitesMarker.Result) (wi
         // 2) Remove ellipses touching the edges.
         let widthF, heightF = float32 width, float32 height
         for e in ellipses do
-            if e.isOutside widthF heightF then e.State <- CellState.Removed
+            if e.IsOutside widthF heightF then e.State <- CellState.Removed
 
         // 3) Remove ellipses with a high standard deviation (high contrast).
         // Obsolete. It was useful when the ellipses result quality wasn't good.