| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static lept.PTAA |
lept.dewarpGetTextlineCenters(lept.PIX pixs,
int debugflag) |
static lept.PTAA |
lept.dewarpRemoveShortLines(lept.PIX pixs,
lept.PTAA ptaas,
float fract,
int debugflag) |
static lept.PTAA |
lept.generatePtaaBoxa(lept.BOXA boxa) |
static lept.PTAA |
lept.generatePtaaHashBoxa(lept.BOXA boxa,
int spacing,
int width,
int orient,
int outline) |
lept.PTAA |
lept.CCBORD.global()
ptaa of chain pixels (global)
|
lept.PTAA |
lept.CCBORD.local()
ptaa of chain pixels (local)
|
lept.PTAA |
lept.PTAA.n(int n) |
lept.PTAA |
lept.PTAA.nalloc(int nalloc) |
static lept.PTAA |
lept.pixGetOuterBordersPtaa(lept.PIX pixs) |
lept.PTAA |
lept.PTAA.position(long position) |
lept.PTAA |
lept.PTAA.pta(int i,
lept.PTA pta) |
lept.PTAA |
lept.PTAA.pta(org.bytedeco.javacpp.PointerPointer pta) |
lept.PTAA |
lept.L_RECOG.ptaa_u()
centroids of all unscaled templates
|
lept.PTAA |
lept.L_RECOG.ptaa()
centroids of all (scaledl) templates
|
static lept.PTAA |
lept.ptaaCreate(int n) |
static lept.PTAA |
lept.ptaaGetBoundaryPixels(lept.PIX pixs,
int type,
int connectivity,
lept.BOXA pboxa,
lept.PIXA ppixa) |
static lept.PTAA |
lept.ptaaGetBoundaryPixels(lept.PIX pixs,
int type,
int connectivity,
org.bytedeco.javacpp.PointerPointer pboxa,
org.bytedeco.javacpp.PointerPointer ppixa) |
static lept.PTAA |
lept.ptaaIndexLabeledPixels(lept.PIX pixs,
int[] pncc) |
static lept.PTAA |
lept.ptaaIndexLabeledPixels(lept.PIX pixs,
IntBuffer pncc) |
static lept.PTAA |
lept.ptaaIndexLabeledPixels(lept.PIX pixs,
org.bytedeco.javacpp.IntPointer pncc) |
static lept.PTAA |
lept.ptaaRead(org.bytedeco.javacpp.BytePointer filename) |
static lept.PTAA |
lept.ptaaRead(String filename) |
static lept.PTAA |
lept.ptaaReadMem(byte[] data,
long size) |
static lept.PTAA |
lept.ptaaReadMem(ByteBuffer data,
long size) |
static lept.PTAA |
lept.ptaaReadMem(org.bytedeco.javacpp.BytePointer data,
long size) |
static lept.PTAA |
lept.ptaaReadStream(org.bytedeco.javacpp.Pointer fp) |
static lept.PTAA |
lept.ptaaSortByIndex(lept.PTAA ptaas,
lept.NUMA naindex) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.dewarpFindHorizDisparity(lept.L_DEWARP dew,
lept.PTAA ptaa) |
static int |
lept.dewarpFindVertDisparity(lept.L_DEWARP dew,
lept.PTAA ptaa,
int rotflag) |
static lept.PTAA |
lept.dewarpRemoveShortLines(lept.PIX pixs,
lept.PTAA ptaas,
float fract,
int debugflag) |
lept.CCBORD |
lept.CCBORD.global(lept.PTAA global) |
lept.CCBORD |
lept.CCBORD.local(lept.PTAA local) |
static int |
lept.pixConnCompIncrAdd(lept.PIX pixs,
lept.PTAA ptaa,
int[] pncc,
float x,
float y,
int debug) |
static int |
lept.pixConnCompIncrAdd(lept.PIX pixs,
lept.PTAA ptaa,
IntBuffer pncc,
float x,
float y,
int debug) |
static int |
lept.pixConnCompIncrAdd(lept.PIX pixs,
lept.PTAA ptaa,
org.bytedeco.javacpp.IntPointer pncc,
float x,
float y,
int debug) |
static int |
lept.pixConnCompIncrInit(lept.PIX pixs,
int conn,
lept.PIX ppixd,
lept.PTAA pptaa,
int[] pncc) |
static int |
lept.pixConnCompIncrInit(lept.PIX pixs,
int conn,
lept.PIX ppixd,
lept.PTAA pptaa,
IntBuffer pncc) |
static int |
lept.pixConnCompIncrInit(lept.PIX pixs,
int conn,
lept.PIX ppixd,
lept.PTAA pptaa,
org.bytedeco.javacpp.IntPointer pncc) |
static lept.PIX |
lept.pixDisplayPtaa(lept.PIX pixs,
lept.PTAA ptaa) |
static lept.PIX |
lept.pixDisplayPtaaPattern(lept.PIX pixd,
lept.PIX pixs,
lept.PTAA ptaa,
lept.PIX pixp,
int cx,
int cy) |
static lept.PIX |
lept.pixRenderRandomCmapPtaa(lept.PIX pix,
lept.PTAA ptaa,
int polyflag,
int width,
int closeflag) |
lept.L_RECOG |
lept.L_RECOG.ptaa_u(lept.PTAA ptaa_u) |
lept.L_RECOG |
lept.L_RECOG.ptaa(lept.PTAA ptaa) |
static int |
lept.ptaaAddPt(lept.PTAA ptaa,
int ipta,
float x,
float y) |
static int |
lept.ptaaAddPta(lept.PTAA ptaa,
lept.PTA pta,
int copyflag) |
static void |
lept.ptaaDestroy(lept.PTAA pptaa) |
static int |
lept.ptaaGetCount(lept.PTAA ptaa) |
static int |
lept.ptaaGetPt(lept.PTAA ptaa,
int ipta,
int jpt,
float[] px,
float[] py) |
static int |
lept.ptaaGetPt(lept.PTAA ptaa,
int ipta,
int jpt,
FloatBuffer px,
FloatBuffer py) |
static int |
lept.ptaaGetPt(lept.PTAA ptaa,
int ipta,
int jpt,
org.bytedeco.javacpp.FloatPointer px,
org.bytedeco.javacpp.FloatPointer py) |
static lept.PTA |
lept.ptaaGetPta(lept.PTAA ptaa,
int index,
int accessflag) |
static int |
lept.ptaaInitFull(lept.PTAA ptaa,
lept.PTA pta) |
static int |
lept.ptaaJoin(lept.PTAA ptaad,
lept.PTAA ptaas,
int istart,
int iend) |
static int |
lept.ptaaReplacePta(lept.PTAA ptaa,
int index,
lept.PTA pta) |
static lept.PTAA |
lept.ptaaSortByIndex(lept.PTAA ptaas,
lept.NUMA naindex) |
static int |
lept.ptaaTruncate(lept.PTAA ptaa) |
static int |
lept.ptaaWrite(org.bytedeco.javacpp.BytePointer filename,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWrite(String filename,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteDebug(org.bytedeco.javacpp.BytePointer filename,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteDebug(String filename,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteMem(byte[] pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteMem(ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteMem(org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteMem(org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PTAA ptaa,
int type) |
static int |
lept.ptaaWriteStream(org.bytedeco.javacpp.Pointer fp,
lept.PTAA ptaa,
int type) |
Copyright © 2018. All rights reserved.