VTHRESH

VisionX V4
NAME

vthresh − Automatic threshold using Otsu’s algorithm

SYNOPSIS

vthresh if=<ifile> of=<ofile> [-v]

DESCRIPTION

vthresh implements Otsu’s automatic thresholding algorithm on 2D images. A very simple implementation based on the algortihm published in Wikipedia is used.

Only byte images are supported OPTIONS

if=

input image

of=

output image

-v

verbose mode

AUTHOR

A. P. Reeves