* Add the possibility to set an RBC as healthy or infected
[master-thesis.git] / Parasitemia / Parasitemia / Types.fs
index 872844b..5275b3a 100644 (file)
@@ -48,6 +48,7 @@ type CellClass = HealthyRBC | InfectedRBC | Peculiar
 type Cell = {
     cellClass: CellClass
     center: Point
+    infectedArea: int
     stainArea: int
     elements: Matrix<byte> }