issues
search
Cytomine-ULiege
/
S_Segment-CV-AdaptThres-Sample
Cytomine software. Segmentation by computer vision using an adaptive threshold on a sample
Apache License 2.0
1
stars
2
forks
source link
Fix: add input validation for the threshold block size variable
#8
Closed
bathienle
closed
2 years ago
bathienle
commented
2 years ago
The threshold block size must be an odd number:
It will be increment by one if it is an even number
A warning in the log will inform about the increment
Fixes #1
The threshold block size must be an odd number:
Fixes #1