X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FConfig.fs;h=5cf392c85b7e65c684c19a3c91071bf8857d3d43;hp=3e3a06c11dd2479c116e99f4f2f3739c82cdf7ea;hb=785a7ea4885e87d76f0b1fb1c715230a08389558;hpb=ca3f764fc93defb480bb9b1c34e9c41447cc07e0 diff --git a/Parasitemia/Parasitemia/Config.fs b/Parasitemia/Parasitemia/Config.fs index 3e3a06c..5cf392c 100644 --- a/Parasitemia/Parasitemia/Config.fs +++ b/Parasitemia/Parasitemia/Config.fs @@ -23,11 +23,11 @@ type Parameters = { maxDarkStainRatio: float stainArea: float // Factor of a RBC area. 0.5 means the half of RBC area. - stainLevel: float // [0, 1] + stainLevel: float // [0, 2] maxStainRatio: float // [0, 1] infectionArea: float // Factor of a RBC area. 0.5 means the half of RBC area. - infectionLevel: float // [0, 1] + infectionLevel: float // [0, 2] parasitePixelsRequired: int standardDeviationMaxRatio: float // The standard deviation of the pixel values of a cell can't be greater than standardDeviationMaxRatio * global standard deviation