* Add area granulometry (not used for the moment)
[master-thesis.git] / Parasitemia / Parasitemia / Types.fs
index 6240519..872844b 100644 (file)
@@ -48,6 +48,7 @@ type CellClass = HealthyRBC | InfectedRBC | Peculiar
 type Cell = {
     cellClass: CellClass
     center: Point
+    stainArea: int
     elements: Matrix<byte> }
 
 [<Struct>]