X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemiaCore%2FClassifier.fs;h=36e285182920e8fd1384f912bdaf7b460e142b82;hp=f7c1bbb43052ad7d1e6ffca7c0e84e1fc71fbd8d;hb=aeb0583fa94d4c8cef1f8b53559ecac76bc1a191;hpb=829c86a5f0f165438da8f8da2e072889065a4df1 diff --git a/Parasitemia/ParasitemiaCore/Classifier.fs b/Parasitemia/ParasitemiaCore/Classifier.fs index f7c1bbb..36e2851 100644 --- a/Parasitemia/ParasitemiaCore/Classifier.fs +++ b/Parasitemia/ParasitemiaCore/Classifier.fs @@ -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.