Add some GUI elements :
[master-thesis.git] / Parasitemia / ParasitemiaUI / Types.fs
index 5de71e6..92d39b8 100644 (file)
@@ -22,6 +22,8 @@ type RBC = {
 
 type SourceImage = {
     mutable num: int
+    mutable name: string
+
     mutable config: ParasitemiaCore.Config.Config
     mutable dateLastAnalysis: DateTime // UTC.
     img: Image<Bgr, byte>