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.