A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
S
- sauvolaBinarizeTiled(Pix) - function in com.googlecode.leptonica.android.Binarize
- Performs Sauvola binarization using default values.
- sauvolaBinarizeTiled(Pix,int,float,int,int) - function in com.googlecode.leptonica.android.Binarize
- Performs Sauvola binarization.
- scale(Pix,float) - function in com.googlecode.leptonica.android.Scale
- Scales the Pix to specified scale.
- scale(Pix,float,float) - function in com.googlecode.leptonica.android.Scale
- Scales the Pix to specified x and y scale.
- Scale - class in com.googlecode.leptonica.android
- Image scaling methods.
- Scale.ScaleType - class in com.googlecode.leptonica.android.Scale
- scaleToSize(Pix,int,int,Scale.ScaleType) - function in com.googlecode.leptonica.android.Scale
- Scales the Pix to a specified width and height using a specified scalingtype (fill, stretch, etc.).
- scaleWithoutSharpening(Pix,float) - function in com.googlecode.leptonica.android.Scale
- Scales the Pix to the specified scale without sharpening.
- setDebug(boolean) - function in com.googlecode.tesseract.android.TessBaseAPI
- Sets debug mode.
- setImage(File) - function in com.googlecode.tesseract.android.TessBaseAPI
- Provides an image for Tesseract to recognize.
- setImage(Bitmap) - function in com.googlecode.tesseract.android.TessBaseAPI
- Provides an image for Tesseract to recognize.
- setImage(Pix) - function in com.googlecode.tesseract.android.TessBaseAPI
- Provides a Leptonica pix format image for Tesseract to recognize.
- setImage(Array,int,int,int,int) - function in com.googlecode.tesseract.android.TessBaseAPI
- Provides an image for Tesseract to recognize.
- setInputName(String) - function in com.googlecode.tesseract.android.TessBaseAPI
- Set the name of the input file.
- setOutputName(String) - function in com.googlecode.tesseract.android.TessBaseAPI
- Set the name of the bonus output files.
- setPageSegMode(int) - function in com.googlecode.tesseract.android.TessBaseAPI
- Sets the page segmentation mode.
- setPixel(int,int,int) - function in com.googlecode.leptonica.android.Pix
- Sets the android.graphics.Color at the specified location.
- setRectangle(Rect) - function in com.googlecode.tesseract.android.TessBaseAPI
- Restricts recognition to a sub-rectangle of the image.
- setRectangle(int,int,int,int) - function in com.googlecode.tesseract.android.TessBaseAPI
- Restricts recognition to a sub-rectangle of the image.
- setVariable(String,String) - function in com.googlecode.tesseract.android.TessBaseAPI
- Set the value of an internal "parameter.
- size() - function in com.googlecode.leptonica.android.Pixa
- Returns the number of elements in this Pixa.
- Skew - class in com.googlecode.leptonica.android
- Image rotation and skew detection methods.
- sort(int,int) - function in com.googlecode.leptonica.android.Pixa
- Sorts this Pixa using the specified field and order.
- spliterator() - function in java.lang.Pixa
- stop() - function in com.googlecode.tesseract.android.TessBaseAPI
- Cancel recognition started by getHOCRText.