Add a logger assembly and split the main assembly in two : the UI and the parasitemia...
[master-thesis.git] / Parasitemia / Parasitemia / GUI / Types.fs
diff --git a/Parasitemia/Parasitemia/GUI/Types.fs b/Parasitemia/Parasitemia/GUI/Types.fs
deleted file mode 100644 (file)
index c90fc0c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-module Parasitemia.GUI.Types
-
-open System
-open System.Windows
-
-open Emgu.CV
-open Emgu.CV.Structure
-
-type RBC = {
-    num: int
-
-    mutable infected: bool
-    mutable setManually: bool
-
-    center: Point
-    size: Size
-    infectedArea: int }
-
-type SourceImage = {
-    mutable num: int
-    mutable config: Config.Config
-    mutable dateLastAnalysis: DateTime // UTC.
-    img: Image<Bgr, byte>
-    mutable rbcs: RBC list }
\ No newline at end of file