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 }