A few image operators.

Binarization Operator
This is a Thresholding algorithm, with the thresholding selection based on a global discriminant analysis.

Thresholding algorithms are ok for most images, but are not so hot for letters, if the letter contains i.e. apart from black text some light blue text. The light blue text will probably disappear in the b/w version.

Projects :
  1. uk.co.mmscomputing.application.imageviewer:
    A simple Multi Page Image Viewer Applet. To view multipage *.sff, *.tiff and *.gif files. Twain and SANE test application.
  2. uk.co.mmscomputing.device.twain:
    This open source software project connects the world of java with TWAIN.TWAIN is an application programming interface standard used to access scanners & digital cameras ... .
  3. uk.co.mmscomputing.imageio.sff:
    Classes that enable the java imageio system to read and write *.sff (structured fax format) files.