Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
PIXC |
PIXC.cmapflag(int setter) |
PIXC |
PIXC.comptype(int setter) |
PIXC |
PIXC.d(int setter) |
PIXC |
PIXC.data(BytePointer setter) |
PIXC |
PIXC.getPointer(long i) |
PIXC |
PIXC.h(int setter) |
PIXC |
PIXAC.pixc(int i)
the array of ptrs to PixComp
|
PIXC |
PIXC.position(long position) |
PIXC |
PIXC.size(long setter) |
PIXC |
PIXC.text(BytePointer setter) |
PIXC |
PIXC.w(int setter) |
PIXC |
PIXC.xres(int setter) |
PIXC |
PIXC.yres(int setter) |
Modifier and Type | Method and Description |
---|---|
PIXAC |
PIXAC.pixc(int i,
PIXC setter) |
Modifier and Type | Method and Description |
---|---|
static PIXC |
leptonica.pixacompGetPixcomp(PIXAC pixac,
int index,
int copyflag) |
static PIXC |
leptonica.pixcompCopy(PIXC pixcs) |
static PIXC |
leptonica.pixcompCreateFromFile(BytePointer filename,
int comptype) |
static PIXC |
leptonica.pixcompCreateFromFile(String filename,
int comptype) |
static PIXC |
leptonica.pixcompCreateFromPix(PIX pix,
int comptype) |
static PIXC |
leptonica.pixcompCreateFromString(byte[] data,
long size,
int copyflag) |
static PIXC |
leptonica.pixcompCreateFromString(ByteBuffer data,
long size,
int copyflag) |
static PIXC |
leptonica.pixcompCreateFromString(BytePointer data,
long size,
int copyflag) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.pixacompAddPixcomp(PIXAC pixac,
PIXC pixc,
int copyflag) |
static int |
leptonica.pixacompReplacePixcomp(PIXAC pixac,
int index,
PIXC pixc) |
static PIXC |
leptonica.pixcompCopy(PIXC pixcs) |
static void |
leptonica.pixcompDestroy(PIXC ppixc) |
static int |
leptonica.pixcompGetDimensions(PIXC pixc,
int[] pw,
int[] ph,
int[] pd) |
static int |
leptonica.pixcompGetDimensions(PIXC pixc,
IntBuffer pw,
IntBuffer ph,
IntBuffer pd) |
static int |
leptonica.pixcompGetDimensions(PIXC pixc,
IntPointer pw,
IntPointer ph,
IntPointer pd) |
static int |
leptonica.pixcompGetParameters(PIXC pixc,
int[] pxres,
int[] pyres,
int[] pcomptype,
int[] pcmapflag) |
static int |
leptonica.pixcompGetParameters(PIXC pixc,
IntBuffer pxres,
IntBuffer pyres,
IntBuffer pcomptype,
IntBuffer pcmapflag) |
static int |
leptonica.pixcompGetParameters(PIXC pixc,
IntPointer pxres,
IntPointer pyres,
IntPointer pcomptype,
IntPointer pcmapflag) |
static int |
leptonica.pixcompWriteFile(BytePointer rootname,
PIXC pixc) |
static int |
leptonica.pixcompWriteFile(String rootname,
PIXC pixc) |
static int |
leptonica.pixcompWriteStreamInfo(Pointer fp,
PIXC pixc,
BytePointer text) |
static int |
leptonica.pixcompWriteStreamInfo(Pointer fp,
PIXC pixc,
String text) |
static PIX |
leptonica.pixCreateFromPixcomp(PIXC pixc) |
Copyright © 2024. All rights reserved.