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