#graphics #image

ansinator_image_binarize

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

1 unstable release

0.1.0 Sep 16, 2022

#796 in Graphics APIs

28 downloads per month
Used in 2 crates (via ansinator_ansi_image)

MIT license

5KB
76 lines

GrayImage Threshold Trait.

Provide the Threshold Trait for GrayImage, implementing:

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

Dependencies

~13MB
~139K SLoC