X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FGUI%2FTypes.fs;fp=Parasitemia%2FParasitemia%2FGUI%2FTypes.fs;h=0000000000000000000000000000000000000000;hb=4bfa3cbdc6145e6944f02e24829ab2ef3a851ac1;hp=c90fc0c6a57b9d3746c73ef5f7ca7c8373dd07d0;hpb=48ecdfc43001c444eff6ad442986049384674af2;p=master-thesis.git diff --git a/Parasitemia/Parasitemia/GUI/Types.fs b/Parasitemia/Parasitemia/GUI/Types.fs deleted file mode 100644 index c90fc0c..0000000 --- a/Parasitemia/Parasitemia/GUI/Types.fs +++ /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 - mutable rbcs: RBC list } \ No newline at end of file