X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FConfig.fs;h=5bb993694f72a71d7e3f4df7e644ade1937a4393;hb=999a48b8eb25c92e4403c9280fd4fe68f9bc4b7b;hp=aa8f0e5edeecbf09d2752edc4f73e3981dad010b;hpb=044b0ae69df3ac565432545b2fa934589016f9bd;p=master-thesis.git diff --git a/Parasitemia/Parasitemia/Config.fs b/Parasitemia/Parasitemia/Config.fs index aa8f0e5..5bb9936 100644 --- a/Parasitemia/Parasitemia/Config.fs +++ b/Parasitemia/Parasitemia/Config.fs @@ -9,8 +9,6 @@ type Debug = | DebugOn of string // Output directory. type Parameters = { - scale: float - initialAreaOpen: int minRbcRadius: float32 @@ -22,7 +20,7 @@ type Parameters = { factorNbPick: float // Parasites detection. - darkStainLevel: float + darkStainLevel: float // Lower -> more sensitive. Careful about illumination on the borders. maxDarkStainRatio: float stainArea: float32 // Factor of a RBC area. 0.5 means the half of RBC area.