module Goishi::Binarizer

Defined in:

goishi/binarizer.cr

Constant Summary

MIN_DYNAMIC_RANGE = 24

Class Method Summary

Class Method Detail

def self.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.


[View source]