X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FGUI%2FTypes.fs;fp=Parasitemia%2FParasitemia%2FGUI%2FTypes.fs;h=4f1260fcab4637b3b7c9be466a2afa7b1e42a70e;hb=0af5da4bffad8333c8e57851e067218c0e21d7bb;hp=0000000000000000000000000000000000000000;hpb=da6b1ee15d0368ef9f2d9734b0d72996cbc227d8;p=master-thesis.git diff --git a/Parasitemia/Parasitemia/GUI/Types.fs b/Parasitemia/Parasitemia/GUI/Types.fs new file mode 100644 index 0000000..4f1260f --- /dev/null +++ b/Parasitemia/Parasitemia/GUI/Types.fs @@ -0,0 +1,22 @@ +module Parasitemia.GUI.Types + +open System.Drawing + +open Emgu.CV +open Emgu.CV.Structure + +type RBC = { + num: int + + infected: bool + addedManually: bool + removed: bool + + center: Point + size: Size + stainArea: int } + +type SourceImage = { + num: int + img: Image + rbcs: RBC list } \ No newline at end of file