Skip to main content

Module threshold

Module threshold 

Source

Functions§

adaptive_threshold
Applies Adaptive Thresholding using Stack Box Blur. Port of CV.adaptiveThreshold from the JS codebase.
global_threshold
Applies global thresholding. If pixel > thresh -> 255 else 0
otsu_threshold
Computes Otsu’s threshold for bimodal distributions.