command
Version:
v0.0.0-...-e661c1c
Opens a new window with list of versions in this module.
Published: May 15, 2021
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
derekify
Command derekify is a sample program to process a image using Derek Bradley's "Adaptive Thresholding using the Integral Image".
Usage of derekify:
-cluster int
cluster size (default 100)
-format string
output format jpg or png (default "jpg")
-in string
input filename (use stdin if empty)
-out string
output filename (use stdout if empty)
-threshold int
threshold [0, 100] (default 85)
example
derekify -in sample.in.jpg -out sample.out.jpg -cluster 8 -threshold 90
Original

Filtered

Documentation
¶
Command derekify is a sample program to process a image using Derek Bradley's "Adaptive Thresholding using the Integral Image".
Usage of derekify:
-cluster int
cluster size (default 100)
-format string
output format jpg or png (default "jpg")
-in string
input filename (use stdin if empty)
-out string
output filename (use stdout if empty)
-threshold int
threshold [0, 100] (default 85)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.