module Goishi::Binarizer
Defined in:
goishi/binarizer.crConstant Summary
-
MIN_DYNAMIC_RANGE =
24
Class Method Summary
-
.binarize(data : Canvas(Tuple(UInt8, UInt8, UInt8)))
Creates a new binarized canvas from a matrix of Tuples of each containing RGB values of the pixel in the image.
Class Method Detail
Creates a new binarized canvas from a matrix of Tuples of each containing RGB values of the pixel in the image.