Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
PIXACC |
PIXACC.getPointer(long i) |
PIXACC |
PIXACC.h(int setter) |
PIXACC |
PIXACC.offset(int setter) |
PIXACC |
PIXACC.pix(PIX setter) |
PIXACC |
PIXACC.position(long position) |
PIXACC |
PIXACC.w(int setter) |
Modifier and Type | Method and Description |
---|---|
static PIXACC |
leptonica.pixaccCreate(int w,
int h,
int negflag) |
static PIXACC |
leptonica.pixaccCreateFromPix(PIX pix,
int negflag) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.pixaccAdd(PIXACC pixacc,
PIX pix) |
static void |
leptonica.pixaccDestroy(PIXACC ppixacc) |
static PIX |
leptonica.pixaccFinal(PIXACC pixacc,
int outdepth) |
static int |
leptonica.pixaccGetOffset(PIXACC pixacc) |
static PIX |
leptonica.pixaccGetPix(PIXACC pixacc) |
static int |
leptonica.pixaccMultConst(PIXACC pixacc,
float factor) |
static int |
leptonica.pixaccMultConstAccumulate(PIXACC pixacc,
PIX pix,
float factor) |
static int |
leptonica.pixaccSubtract(PIXACC pixacc,
PIX pix) |
Copyright © 2024. All rights reserved.