Remove the parasite detection function from Ma.
[master-thesis.git] / Parasitemia / ParasitemiaCore / Types.fs
index 946c2c7..8f6c34a 100644 (file)
@@ -50,8 +50,8 @@ type CellClass = HealthyRBC | InfectedRBC | Peculiar
 type Cell = {
     cellClass: CellClass
     center: Point
-    infectedArea: int
-    stainArea: int
+    nucleusArea: int
+    parasiteArea: int
     elements: Matrix<byte> }
 
 [<Struct>]