A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
C
- clear() - function in com.googlecode.tesseract.android.TessBaseAPI
- Frees up recognition results and any stored image data, without actuallyfreeing any recognition data that would be time-consuming to reload.Afterwards, you must call SetImage or SetRectangle before doing anyRecognize or Get* operation.
- Clip - class in com.googlecode.leptonica.android
- Extract rectangular regions.
- clipRectangle(Pix,Box) - function in com.googlecode.leptonica.android.Clip
- Extract a region from a Pix.
- clone() - function in com.googlecode.leptonica.android.Pix
- Returns a clone of this Pix.
- com.googlecode.leptonica.android - package com.googlecode.leptonica.android
- com.googlecode.tesseract.android - package com.googlecode.tesseract.android
- compressToJpeg(Pix) - function in com.googlecode.leptonica.android.JpegIO
- Returns a compressed JPEG byte representation of this Pix using defaultparameters.
- compressToJpeg(Pix,int,boolean) - function in com.googlecode.leptonica.android.JpegIO
- Returns a compressed JPEG byte representation of this Pix.
- confidence(int) - function in com.googlecode.tesseract.android.ResultIterator
- Returns the mean confidence of the current object at the given level.
- Constants - class in com.googlecode.leptonica.android
- Leptonica constants.
- Constants.SortBy - class in com.googlecode.leptonica.android.Constants
- Constants.SortOrder - class in com.googlecode.leptonica.android.Constants
- Constants.StorageFlag - class in com.googlecode.leptonica.android.Constants
- Convert - class in com.googlecode.leptonica.android
- Image bit-depth conversion methods.
- convertTo8(Pix) - function in com.googlecode.leptonica.android.Convert
- Converts an image of any bit depth to 8-bit grayscale.
- copy() - function in com.googlecode.leptonica.android.Pix
- Returns a deep copy of this Pix that can be modified without affectingthe original Pix.
- copy() - function in com.googlecode.leptonica.android.Pixa
- Creates a shallow copy of this Pixa.
- createFromPix(Array,int,int,int) - function in com.googlecode.leptonica.android.Pix
- Creates a new Pix from raw Pix data obtained from getData().
- createPixa(int) - function in com.googlecode.leptonica.android.Pixa
- Creates a new Pixa with the specified minimum capacity.
- createPixa(int,int,int) - function in com.googlecode.leptonica.android.Pixa
- Creates a new Pixa with the specified minimum capacity.
- cz.adaptech.tesseract4android - package cz.adaptech.tesseract4android