Increase a bit the number of built ellipses.
authorGreg Burri <greg.burri@gmail.com>
Sat, 30 Jan 2016 00:15:39 +0000 (01:15 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 30 Jan 2016 00:15:39 +0000 (01:15 +0100)
Parasitemia/ParasitemiaCore/Config.fs
Parasitemia/ParasitemiaCore/MatchingEllipses.fs

index b721b70..67b9ce3 100644 (file)
@@ -58,7 +58,7 @@ let defaultParameters = {
     LPFStandardDeviationRBC = 0.22<μm>
 
     nbPickElementsMin = 10
-    factorNbValidPick = 0.05 //1.0
+    factorNbValidPick = 0.06 //1.0
     factorNbMaxPick = 2.
 
     darkStainLevel = 0.25
index bfa042b..f028e90 100644 (file)
@@ -10,10 +10,10 @@ open Types
 open Utils
 
 // All ellipses with a score below this are removed.
-let matchingScoreThresholdPerRadiusUnit = 0.02f // For a radius of 1.
+let matchingScoreThresholdPerRadiusUnit = 0.025f // For a radius of 1.
 let matchingScorePower = 20.f
 let windowSizeRadiusFactor = 1.f / 2.f
-let minimumDistanceFromCenterRadiusFactor = 1.f / 3.f // 1.f / 3.f
+let minimumDistanceFromCenterRadiusFactor = 1.f / 4.f
 
 type private EllipseScoreFlaggedKd (matchingScore: float32, e: Ellipse) =
     let mutable matchingScore = matchingScore