A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
W
- wordConfidences() - function in com.googlecode.tesseract.android.TessBaseAPI
- Returns all word confidences (between 0 and 100) in an array.
- writeBitmap(Pix) - function in com.googlecode.leptonica.android.WriteFile
- Writes a Pix to an Android Bitmap object.
- writeBytes8(Pix) - function in com.googlecode.leptonica.android.WriteFile
- Write an 8bpp Pix to a flat byte array.
- writeBytes8(Pix,Array) - function in com.googlecode.leptonica.android.WriteFile
- Write an 8bpp Pix to a flat byte array.
- WriteFile - class in com.googlecode.leptonica.android
- writeImpliedFormat(Pix,File,int,boolean) - function in com.googlecode.leptonica.android.WriteFile
- Writes a Pix to file using the file extension as the output format;supported formats are .bmp, .jpg, and .png.
- writeImpliedFormat(Pix,File) - function in com.googlecode.leptonica.android.WriteFile
- Writes a Pix to file using the file extension as the output format;supported formats are .bmp, .jpg, and .png.Jpeg files will have quality 75 and will be not progressive.
- writeToFileRandomCmap(File) - function in com.googlecode.leptonica.android.Pixa
- Writes the components of this Pix to a bitmap-formatted file using arandom color map.