Add the old search for kdTree + benchmark project
[master-thesis.git] / Parasitemia / ParasitemiaCore / Types.fs
index 0cb2768..84d4548 100644 (file)
@@ -46,6 +46,7 @@ type Ellipse (cx : float32, cy : float32, a : float32, b : float32, alpha : floa
     override this.ToString () =
         sprintf "{Ellipse: cx = %f, cy = %f, a = %f, b = %f, alpha = %f}" this.Cx this.Cy this.A this.B this.Alpha
 
+[<Struct>]
 type CellClass = HealthyRBC | InfectedRBC | Peculiar
 
 type Cell =
@@ -105,7 +106,7 @@ type ResultBuilder () =
 
 let result = ResultBuilder ()
 
-type AnalysisResult = 
+type AnalysisResult =
     {
         Cells : Cell list
         RBCSize_μm : float<μm>