* Add area granulometry (not used for the moment)
[master-thesis.git] / Parasitemia / Parasitemia / Classifier.fs
index 341f7c9..3a679e7 100644 (file)
@@ -229,4 +229,5 @@ let findCells (ellipses: Ellipse list) (parasites: ParasitesMarker.Result) (img:
 
                 Some { cellClass = cellClass
                        center = Point(roundInt e.Cx, roundInt e.Cy)
+                       stainArea = stainPixels
                        elements = elements })