X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FGUI%2FTypes.fs;h=e912ad31de0a956bff0d13203a367d96d49bb2ef;hb=999a48b8eb25c92e4403c9280fd4fe68f9bc4b7b;hp=4f1260fcab4637b3b7c9be466a2afa7b1e42a70e;hpb=0af5da4bffad8333c8e57851e067218c0e21d7bb;p=master-thesis.git diff --git a/Parasitemia/Parasitemia/GUI/Types.fs b/Parasitemia/Parasitemia/GUI/Types.fs index 4f1260f..e912ad3 100644 --- a/Parasitemia/Parasitemia/GUI/Types.fs +++ b/Parasitemia/Parasitemia/GUI/Types.fs @@ -1,6 +1,6 @@ module Parasitemia.GUI.Types -open System.Drawing +open System.Windows open Emgu.CV open Emgu.CV.Structure @@ -9,8 +9,7 @@ type RBC = { num: int infected: bool - addedManually: bool - removed: bool + setManually: bool center: Point size: Size @@ -19,4 +18,4 @@ type RBC = { type SourceImage = { num: int img: Image - rbcs: RBC list } \ No newline at end of file + mutable rbcs: RBC list } \ No newline at end of file