X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemiaCore%2FConfig.fs;h=d50ab0e2d02ec0d76d2acdea1e2ffb417342a1c0;hb=18a450dd9264befbe5d3c1e611d52c2ac53079e4;hp=5e3280c784f20fb2af400a5cfeeae56795c10f28;hpb=04d4504e7b248a82ddfc1a41d325e59d24146590;p=master-thesis.git diff --git a/Parasitemia/ParasitemiaCore/Config.fs b/Parasitemia/ParasitemiaCore/Config.fs index 5e3280c..d50ab0e 100644 --- a/Parasitemia/ParasitemiaCore/Config.fs +++ b/Parasitemia/ParasitemiaCore/Config.fs @@ -24,7 +24,9 @@ type Parameters = { LPFStandardDeviationRBC: float<μm> // Ellipse. - factorNbPick: float // The number of computed ellipse per edge pixel. + nbPickElementsMin: int + factorNbValidPick: float // The number of computed ellipse per edge pixel. + factorNbMaxPick: float // Parasites detection. darkStainLevel: float // Lower -> more sensitive. Careful about illumination on the borders. @@ -55,7 +57,9 @@ let defaultParameters = { LPFStandardDeviationParasite = 0.15<μm> LPFStandardDeviationRBC = 0.22<μm> - factorNbPick = 1.0 + nbPickElementsMin = 10 + factorNbValidPick = 0.06 //1.0 + factorNbMaxPick = 4. darkStainLevel = 0.25 maxDarkStainRatio = 0.1 // 10 %