A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
P
- PageIterator - class in com.googlecode.tesseract.android
- Pix - class in com.googlecode.leptonica.android
- Java representation of a native Leptonica PIX object.
- Pix.ImageFileFormat - class in com.googlecode.leptonica.android.Pix
- Image file format.
- Pix.ImageFileFormat.Format - class in com.googlecode.leptonica.android.Pix.ImageFileFormat
- Pixa - class in com.googlecode.leptonica.android
- Java representation of a native PIXA object.
- pixContrastNorm(Pix) - function in com.googlecode.leptonica.android.AdaptiveMap
- Adaptively attempts to expand the contrast to the full dynamic range ineach tile using default parameters.
- pixContrastNorm(Pix,int,int,int,int,int) - function in com.googlecode.leptonica.android.AdaptiveMap
- Adaptively attempts to expand the contrast to the full dynamic range ineach tile.
- pixFastTophat(Pix,int,int,int) - function in com.googlecode.leptonica.android.MorphApp
- Performs a tophat-like operation.
- pixFastTophatBlack(Pix) - function in com.googlecode.leptonica.android.MorphApp
- Performs a tophat-like operation emphasizing small dark regions usingdefault values.
- pixFastTophatWhite(Pix) - function in com.googlecode.leptonica.android.MorphApp
- Performs a tophat-like operation emphasizing small bright regions usingdefault values.
- pixSobelEdgeFilter(Pix,int) - function in com.googlecode.leptonica.android.Edge
- Performs a Sobel edge detecting filter.
- pixThresholdToBinary(Pix,int) - function in com.googlecode.leptonica.android.GrayQuant
- Perform simple (pixelwise) binarization with fixed thresholdNotes:
- If the source pixel is less than the threshold value, the dest willbe 1; otherwise, it will be 0
- pixTophat(Pix,int,int,int) - function in com.googlecode.leptonica.android.MorphApp
- Performs a tophat transform.