Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2024 Changes in this version + func OtsuThreshold(img *image.Gray, method Method) (*image.Gray, error) + func Threshold(img *image.Gray, t uint8, method Method) (*image.Gray, error) + func Threshold16(img *image.Gray16, t uint16, method Method) (*image.Gray16, error) + type Method int + const ThreshBinary + const ThreshBinaryInv + const ThreshToZero + const ThreshToZeroInv + const ThreshTrunc