ansinator_image_binarize 0.1.0

A library binarize images by manual threshold and otsu's method
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 12.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 35s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dax99993/ansinator
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dax99993

GrayImage Threshold Trait.

Provide the Threshold Trait for GrayImage, implementing:

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