#image #threshold #graphics #manual #pixel #otsu #binarize

ansinator_image_binarize

A library binarize images by manual threshold and otsu's method

1 unstable release

0.1.0 Sep 16, 2022

#25 in #manual


Used in 2 crates (via ansinator_ansi_image)

MIT license

6KB
76 lines

GrayImage Threshold Trait.

Provide the Threshold Trait for GrayImage, implementing:

  • Otsu's binarization threshold
  • Manual binarization threshold
  • Image pixel invertion

Dependencies

~5MB
~61K SLoC