Query: leptonica
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LEPTONICA(3) Library Functions Manual LEPTONICA(3)NAMEleptonica - image processing librarySYNOPSIS#include <leptonica/allheaders.h> cc file.c -lleptDESCRIPTIONThis manual page documents briefly the leptonica image processing library. Leptonica is a well-tested C library for some basic image processing operations, along with a description of the functions and some design methods. A full set of affine transformations (translation, shear, rotation, scaling) on images of all depths is included, with the excep- tion that some of the scaling methods do not work at all depths. There are also implementations of binary morphology, grayscale morphology, convolution and rank order filters, and applications such as jbig2 image processing and color quantization. You will also find basic utili- ties for the safe and efficient handling of arrays (of strings, numbers, number pairs and image-related geometrical objects), byte queues, generic stacks, generic lists, and endian-independent indexing into 32-bit arrays.OPTIONSThe example programs included with leptonica will report their usage if you try to run them on the command line with no arguements. Usage varies from program to program. These are sample programs; read their source code if you are trying to do something similar.SEE ALSObinarize_reg(1), cctest1(1), ccthin1_reg(1), colormorphtest(1), colorquant_reg(1), colorspacetest(1), comparetest(1), convertfilestopdf(1), convertfilestops(1), convertformat(1), converttops(1), dewarp_reg(1), distance_reg(1), dithertest(1), fileinfo(1), flipdetect_reg(1), fmor- phauto_reg(1), gammatest(1), grayfill_reg(1), graymorph1_reg(1), grayquant_reg(1), hardlight_reg(1), ioformats_reg(1), jbcorrelation(1), kernel_reg(1), lineremoval(1), maze_reg(1), pagesegtest1(1), paint_reg(1), paintmask_reg(1), printimage(1), printsplitimage(1), print- tiff(1), rank_reg(1), ranktest(1), scale_reg(1), skewtest(1), splitcomp_reg(1), warper_reg(1), watershedtest(1), xtractprotos(1) The library and sample programs are documented more fully by http://www.leptonica.com, available via your favorite web user agent.AUTHORleptonica was written by Dan Bloomberg <bloomberg@ieee.org>. This manual page was written by Jeff Breidenbach <jab@debian.org>, for the Debian project (but may be used by others). June 27, 2006 LEPTONICA(3)