X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemiaCore%2FConfig.fs;h=385b7d4a91fcbfb477fcaf47ec483d33896a9cd7;hp=4b38483c8d7a798513b5089c8dc349c7b4d250b7;hb=23466ba92c5595f6c0b9f97c86a221a4e5ffebe9;hpb=e3842630f4d36c5ea8c8a0c3d4762684e1c510f4 diff --git a/Parasitemia/ParasitemiaCore/Config.fs b/Parasitemia/ParasitemiaCore/Config.fs index 4b38483..385b7d4 100644 --- a/Parasitemia/ParasitemiaCore/Config.fs +++ b/Parasitemia/ParasitemiaCore/Config.fs @@ -42,7 +42,7 @@ type Parameters = { minimumCellAreaFactor: float32 } // Factor of the mean RBC area. A cell with an area below this will be rejected. let defaultParameters = { - rbcDiameter = 8.<μm> + rbcDiameter = 7.5<μm> resolution = 220.e3 // 220.e3 Correspond to 50X. ratioAreaPaleCenter = 2.f / 5.f // The ratio between an RBC area and the area of the its pale center. @@ -66,9 +66,9 @@ let defaultParameters = { cytoplasmSensitivity = 0.96 nucleusAreaRatio = 0.01f // 1.0 % - infectionSensitivity = 0.9 + infectionSensitivity = 0.92 - standardDeviationMaxRatio = 0.5 + standardDeviationMaxRatio = 0.6 minimumCellAreaFactor = 0.4f } type RBCRadius (radius: float32, parameters: Parameters) =