X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemiaUI%2FTypes.fs;h=e29465c0008a1b686b7a9f9c58fe1483660baece;hp=92d39b823e692cad018a0d1983652482053f52c7;hb=154264f33619b78e17182082b483cba97e128698;hpb=ec96e4c38dd6beaf22b4e2a2ebb87248fea6f209 diff --git a/Parasitemia/ParasitemiaUI/Types.fs b/Parasitemia/ParasitemiaUI/Types.fs index 92d39b8..e29465c 100644 --- a/Parasitemia/ParasitemiaUI/Types.fs +++ b/Parasitemia/ParasitemiaUI/Types.fs @@ -7,13 +7,18 @@ open System.Windows.Media open Emgu.CV open Emgu.CV.Structure +open Newtonsoft.Json + let healthyRBColor = Color.FromRgb(255uy, 255uy, 0uy) // Yellow-green. let infectedRBColor = Color.FromRgb(255uy, 0uy, 40uy) // Red with a bit of blue. type RBC = { num: int + [] mutable infected: bool + + [] mutable setManually: bool center: Point