The images to be analyzed can be selected.
[master-thesis.git] / Parasitemia / Parasitemia / GUI / Types.fs
index f22afdb..c90fc0c 100644 (file)
@@ -18,7 +18,7 @@ type RBC = {
 
 type SourceImage = {
     mutable num: int
-    mutable rbcRadius: float
+    mutable config: Config.Config
     mutable dateLastAnalysis: DateTime // UTC.
     img: Image<Bgr, byte>
     mutable rbcs: RBC list }
\ No newline at end of file