Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: threshold-pixel param default overrides threshold-rate (#147)
Allows threshold-pixel value to be null as well, if not defined. That way, when specifying threshold-rate, only the threshold-rate will be applied. Otherwise threshold-rate does not have any effect, since it will always be overriden by threshold-pixel that defaults to 0.
- Loading branch information