We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05797e6 commit 924302dCopy full SHA for 924302d
src/main/java/net/celltrackingchallenge/measures/TrackDataCache.java
@@ -98,7 +98,7 @@ one mask in a whole sequence (otherwise division by zero will occur) */
98
public boolean shouldComplainOnEmptyImages = true;
99
100
/** specifies what relative proportion of the area of a GT marker must be covered in order to declare a match,
101
- it's advisable to avoid going below 0.5, the code may assume at places that overlapRatio >= 0.5 */
+ it's advisable to avoid going below 0.5, the code may assume at places that overlapRatio ≥ 0.5 */
102
public double overlapRatio = 0.5;
103
104
///GT and RES paths combination for which this cache is valid, null means invalid
0 commit comments