| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_RECOG |
lept.L_RECOG.ave_done(int ave_done) |
lept.L_RECOG |
lept.L_RECOG.bmf_size(int bmf_size) |
lept.L_RECOG |
lept.L_RECOG.bmf(lept.L_BMF bmf) |
lept.L_RECOG |
lept.L_RECOG.centtab(org.bytedeco.javacpp.IntPointer centtab) |
lept.L_RECOG |
lept.L_RECOG.charset_size(int charset_size) |
lept.L_RECOG |
lept.L_RECOG.charset_type(int charset_type) |
lept.L_RECOG |
lept.L_RECOG.did(lept.L_RDID did) |
lept.L_RECOG |
lept.L_RECOG.dna_tochar(lept.L_DNA dna_tochar) |
lept.L_RECOG |
lept.L_RECOG.linew(int linew) |
lept.L_RECOG |
lept.L_RECOG.max_ht_ratio(float max_ht_ratio) |
lept.L_RECOG |
lept.L_RECOG.max_splith(int max_splith) |
lept.L_RECOG |
lept.L_RECOG.max_wh_ratio(float max_wh_ratio) |
lept.L_RECOG |
lept.L_RECOG.maxarraysize(int maxarraysize) |
lept.L_RECOG |
lept.L_RECOG.maxheight_u(int maxheight_u) |
lept.L_RECOG |
lept.L_RECOG.maxwidth_u(int maxwidth_u) |
lept.L_RECOG |
lept.L_RECOG.maxwidth(int maxwidth) |
lept.L_RECOG |
lept.L_RECOG.maxyshift(int maxyshift) |
lept.L_RECOG |
lept.L_RECOG.min_nopad(int min_nopad) |
lept.L_RECOG |
lept.L_RECOG.min_splitw(int min_splitw) |
lept.L_RECOG |
lept.L_RECOG.minheight_u(int minheight_u) |
lept.L_RECOG |
lept.L_RECOG.minwidth_u(int minwidth_u) |
lept.L_RECOG |
lept.L_RECOG.minwidth(int minwidth) |
lept.L_RECOG |
lept.L_RECOG.naasum_u(lept.NUMAA naasum_u) |
lept.L_RECOG |
lept.L_RECOG.naasum(lept.NUMAA naasum) |
lept.L_RECOG |
lept.L_RECOG.nasum_u(lept.NUMA nasum_u) |
lept.L_RECOG |
lept.L_RECOG.nasum(lept.NUMA nasum) |
lept.L_RECOG |
lept.L_RECOG.num_samples(int num_samples) |
lept.L_RECOG |
lept.L_RECOG.pixa_id(lept.PIXA pixa_id) |
lept.L_RECOG |
lept.L_RECOG.pixa_tr(lept.PIXA pixa_tr) |
lept.L_RECOG |
lept.L_RECOG.pixa_u(lept.PIXA pixa_u) |
lept.L_RECOG |
lept.L_RECOG.pixa(lept.PIXA pixa) |
lept.L_RECOG |
lept.L_RECOG.pixaa_u(lept.PIXAA pixaa_u) |
lept.L_RECOG |
lept.L_RECOG.pixaa(lept.PIXAA pixaa) |
lept.L_RECOG |
lept.L_RECOG.pixadb_ave(lept.PIXA pixadb_ave) |
lept.L_RECOG |
lept.L_RECOG.pixadb_boot(lept.PIXA pixadb_boot) |
lept.L_RECOG |
lept.L_RECOG.pixadb_split(lept.PIXA pixadb_split) |
lept.L_RECOG |
lept.L_RECOG.pixdb_ave(lept.PIX pixdb_ave) |
lept.L_RECOG |
lept.L_RECOG.pixdb_range(lept.PIX pixdb_range) |
lept.L_RECOG |
lept.L_RECOG.position(long position) |
lept.L_RECOG |
lept.L_RECOG.pta_u(lept.PTA pta_u) |
lept.L_RECOG |
lept.L_RECOG.pta(lept.PTA pta) |
lept.L_RECOG |
lept.L_RECOG.ptaa_u(lept.PTAA ptaa_u) |
lept.L_RECOG |
lept.L_RECOG.ptaa(lept.PTAA ptaa) |
lept.L_RECOG |
lept.L_RECOG.rch(lept.L_RCH rch) |
lept.L_RECOG |
lept.L_RECOG.rcha(lept.L_RCHA rcha) |
static lept.L_RECOG |
lept.recogCreate(int scalew,
int scaleh,
int linew,
int threshold,
int maxyshift) |
static lept.L_RECOG |
lept.recogCreateFromPixa(lept.PIXA pixa,
int scalew,
int scaleh,
int linew,
int threshold,
int maxyshift) |
static lept.L_RECOG |
lept.recogCreateFromPixaNoFinish(lept.PIXA pixa,
int scalew,
int scaleh,
int linew,
int threshold,
int maxyshift) |
static lept.L_RECOG |
lept.recogCreateFromRecog(lept.L_RECOG recs,
int scalew,
int scaleh,
int linew,
int threshold,
int maxyshift) |
static lept.L_RECOG |
lept.recogMakeBootDigitRecog(int scaleh,
int linew,
int maxyshift,
int debug) |
static lept.L_RECOG |
lept.recogRead(org.bytedeco.javacpp.BytePointer filename) |
static lept.L_RECOG |
lept.recogRead(String filename) |
static lept.L_RECOG |
lept.recogReadMem(byte[] data,
long size) |
static lept.L_RECOG |
lept.recogReadMem(ByteBuffer data,
long size) |
static lept.L_RECOG |
lept.recogReadMem(org.bytedeco.javacpp.BytePointer data,
long size) |
static lept.L_RECOG |
lept.recogReadStream(org.bytedeco.javacpp.Pointer fp) |
lept.L_RECOG |
lept.L_RECOG.sa_text(lept.SARRAY sa_text) |
lept.L_RECOG |
lept.L_RECOG.scaleh(int scaleh) |
lept.L_RECOG |
lept.L_RECOG.scalew(int scalew) |
lept.L_RECOG |
lept.L_RECOG.setsize(int setsize) |
lept.L_RECOG |
lept.L_RECOG.sumtab(org.bytedeco.javacpp.IntPointer sumtab) |
lept.L_RECOG |
lept.L_RECOG.templ_use(int templ_use) |
lept.L_RECOG |
lept.L_RECOG.threshold(int threshold) |
lept.L_RECOG |
lept.L_RECOG.train_done(int train_done) |
| Modifier and Type | Method and Description |
|---|---|
static lept.PIXA |
lept.recogAddDigitPadTemplates(lept.L_RECOG recog,
lept.SARRAY sa) |
static int |
lept.recogAddSample(lept.L_RECOG recog,
lept.PIX pix,
int debug) |
static int |
lept.recogAverageSamples(lept.L_RECOG precog,
int debug) |
static int |
lept.recogCorrelationBestChar(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX pbox,
float[] pscore,
int[] pindex,
byte[] pcharstr,
lept.PIX ppixdb) |
static int |
lept.recogCorrelationBestChar(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX pbox,
FloatBuffer pscore,
IntBuffer pindex,
ByteBuffer pcharstr,
lept.PIX ppixdb) |
static int |
lept.recogCorrelationBestChar(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX pbox,
org.bytedeco.javacpp.FloatPointer pscore,
org.bytedeco.javacpp.IntPointer pindex,
org.bytedeco.javacpp.BytePointer pcharstr,
lept.PIX ppixdb) |
static int |
lept.recogCorrelationBestChar(lept.L_RECOG recog,
lept.PIX pixs,
org.bytedeco.javacpp.PointerPointer pbox,
org.bytedeco.javacpp.FloatPointer pscore,
org.bytedeco.javacpp.IntPointer pindex,
org.bytedeco.javacpp.PointerPointer pcharstr,
org.bytedeco.javacpp.PointerPointer ppixdb) |
static int |
lept.recogCorrelationBestRow(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOXA pboxa,
lept.NUMA pnascore,
lept.NUMA pnaindex,
lept.SARRAY psachar,
int debug) |
static int |
lept.recogCorrelationBestRow(lept.L_RECOG recog,
lept.PIX pixs,
org.bytedeco.javacpp.PointerPointer pboxa,
org.bytedeco.javacpp.PointerPointer pnascore,
org.bytedeco.javacpp.PointerPointer pnaindex,
org.bytedeco.javacpp.PointerPointer psachar,
int debug) |
static int |
lept.recogCreateDid(lept.L_RECOG recog,
lept.PIX pixs) |
static lept.L_RECOG |
lept.recogCreateFromRecog(lept.L_RECOG recs,
int scalew,
int scaleh,
int linew,
int threshold,
int maxyshift) |
static int |
lept.recogDebugAverages(lept.L_RECOG precog,
int debug) |
static lept.BOXA |
lept.recogDecode(lept.L_RECOG recog,
lept.PIX pixs,
int nlevels,
lept.PIX ppixdb) |
static lept.BOXA |
lept.recogDecode(lept.L_RECOG recog,
lept.PIX pixs,
int nlevels,
org.bytedeco.javacpp.PointerPointer ppixdb) |
static void |
lept.recogDestroy(lept.L_RECOG precog) |
static int |
lept.recogDestroyDid(lept.L_RECOG recog) |
static int |
lept.recogDidExists(lept.L_RECOG recog) |
static lept.SARRAY |
lept.recogExtractNumbers(lept.L_RECOG recog,
lept.BOXA boxas,
float scorethresh,
int spacethresh,
lept.BOXAA pbaa,
lept.NUMAA pnaa) |
static lept.SARRAY |
lept.recogExtractNumbers(lept.L_RECOG recog,
lept.BOXA boxas,
float scorethresh,
int spacethresh,
org.bytedeco.javacpp.PointerPointer pbaa,
org.bytedeco.javacpp.PointerPointer pnaa) |
static lept.PIXA |
lept.recogExtractPixa(lept.L_RECOG recog) |
static int |
lept.recogGetClassIndex(lept.L_RECOG recog,
int val,
byte[] text,
int[] pindex) |
static int |
lept.recogGetClassIndex(lept.L_RECOG recog,
int val,
ByteBuffer text,
IntBuffer pindex) |
static int |
lept.recogGetClassIndex(lept.L_RECOG recog,
int val,
org.bytedeco.javacpp.BytePointer text,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.recogGetClassString(lept.L_RECOG recog,
int index,
byte[] pcharstr) |
static int |
lept.recogGetClassString(lept.L_RECOG recog,
int index,
ByteBuffer pcharstr) |
static int |
lept.recogGetClassString(lept.L_RECOG recog,
int index,
org.bytedeco.javacpp.BytePointer pcharstr) |
static int |
lept.recogGetClassString(lept.L_RECOG recog,
int index,
org.bytedeco.javacpp.PointerPointer pcharstr) |
static int |
lept.recogGetCount(lept.L_RECOG recog) |
static lept.L_RDID |
lept.recogGetDid(lept.L_RECOG recog) |
static int |
lept.recogIdentifyMultiple(lept.L_RECOG recog,
lept.PIX pixs,
int minh,
int skipsplit,
lept.BOXA pboxa,
lept.PIXA ppixa,
lept.PIX ppixdb,
int debugsplit) |
static int |
lept.recogIdentifyMultiple(lept.L_RECOG recog,
lept.PIX pixs,
int minh,
int skipsplit,
org.bytedeco.javacpp.PointerPointer pboxa,
org.bytedeco.javacpp.PointerPointer ppixa,
org.bytedeco.javacpp.PointerPointer ppixdb,
int debugsplit) |
static int |
lept.recogIdentifyPix(lept.L_RECOG recog,
lept.PIX pixs,
lept.PIX ppixdb) |
static int |
lept.recogIdentifyPix(lept.L_RECOG recog,
lept.PIX pixs,
org.bytedeco.javacpp.PointerPointer ppixdb) |
static int |
lept.recogIdentifyPixa(lept.L_RECOG recog,
lept.PIXA pixa,
lept.PIX ppixdb) |
static int |
lept.recogIdentifyPixa(lept.L_RECOG recog,
lept.PIXA pixa,
org.bytedeco.javacpp.PointerPointer ppixdb) |
static int |
lept.recogIsPaddingNeeded(lept.L_RECOG recog,
lept.SARRAY psa) |
static int |
lept.recogIsPaddingNeeded(lept.L_RECOG recog,
org.bytedeco.javacpp.PointerPointer psa) |
static lept.PIX |
lept.recogModifyTemplate(lept.L_RECOG recog,
lept.PIX pixs) |
static int |
lept.recogPadDigitTrainingSet(lept.L_RECOG precog,
int scaleh,
int linew) |
static int |
lept.recogProcessLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
byte[] text,
lept.PIX ppix) |
static int |
lept.recogProcessLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
ByteBuffer text,
lept.PIX ppix) |
static int |
lept.recogProcessLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
org.bytedeco.javacpp.BytePointer text,
lept.PIX ppix) |
static int |
lept.recogProcessLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
org.bytedeco.javacpp.BytePointer text,
org.bytedeco.javacpp.PointerPointer ppix) |
static lept.PIX |
lept.recogProcessToIdentify(lept.L_RECOG recog,
lept.PIX pixs,
int pad) |
static int |
lept.recogRemoveOutliers1(lept.L_RECOG precog,
float minscore,
int mintarget,
int minsize,
lept.PIX ppixsave,
lept.PIX ppixrem) |
static int |
lept.recogRemoveOutliers2(lept.L_RECOG precog,
float minscore,
int minsize,
lept.PIX ppixsave,
lept.PIX ppixrem) |
static int |
lept.recogSetChannelParams(lept.L_RECOG recog,
int nlevels) |
static int |
lept.recogSetParams(lept.L_RECOG recog,
int type,
int min_nopad,
float max_wh_ratio,
float max_ht_ratio) |
static int |
lept.recogShowAverageTemplates(lept.L_RECOG recog) |
static int |
lept.recogShowContent(org.bytedeco.javacpp.Pointer fp,
lept.L_RECOG recog,
int index,
int display) |
static lept.PIX |
lept.recogShowMatch(lept.L_RECOG recog,
lept.PIX pix1,
lept.PIX pix2,
lept.BOX box,
int index,
float score) |
static int |
lept.recogShowMatchesInRange(lept.L_RECOG recog,
lept.PIXA pixa,
float minscore,
float maxscore,
int display) |
static int |
lept.recogSkipIdentify(lept.L_RECOG recog) |
static int |
lept.recogSplitIntoCharacters(lept.L_RECOG recog,
lept.PIX pixs,
int minh,
int skipsplit,
lept.BOXA pboxa,
lept.PIXA ppixa,
int debug) |
static int |
lept.recogSplitIntoCharacters(lept.L_RECOG recog,
lept.PIX pixs,
int minh,
int skipsplit,
org.bytedeco.javacpp.PointerPointer pboxa,
org.bytedeco.javacpp.PointerPointer ppixa,
int debug) |
static int |
lept.recogStringToIndex(lept.L_RECOG recog,
byte[] text,
int[] pindex) |
static int |
lept.recogStringToIndex(lept.L_RECOG recog,
ByteBuffer text,
IntBuffer pindex) |
static int |
lept.recogStringToIndex(lept.L_RECOG recog,
org.bytedeco.javacpp.BytePointer text,
org.bytedeco.javacpp.IntPointer pindex) |
static lept.PIXA |
lept.recogTrainFromBoot(lept.L_RECOG recogboot,
lept.PIXA pixas,
float minscore,
int threshold,
int debug) |
static int |
lept.recogTrainingFinished(lept.L_RECOG precog,
int modifyflag,
int minsize,
float minfract) |
static int |
lept.recogTrainLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
byte[] text,
int debug) |
static int |
lept.recogTrainLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
ByteBuffer text,
int debug) |
static int |
lept.recogTrainLabeled(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOX box,
org.bytedeco.javacpp.BytePointer text,
int debug) |
static int |
lept.recogWrite(org.bytedeco.javacpp.BytePointer filename,
lept.L_RECOG recog) |
static int |
lept.recogWrite(String filename,
lept.L_RECOG recog) |
static int |
lept.recogWriteMem(byte[] pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.L_RECOG recog) |
static int |
lept.recogWriteMem(ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.L_RECOG recog) |
static int |
lept.recogWriteMem(org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.L_RECOG recog) |
static int |
lept.recogWriteMem(org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.L_RECOG recog) |
static int |
lept.recogWriteStream(org.bytedeco.javacpp.Pointer fp,
lept.L_RECOG recog) |
Copyright © 2018. All rights reserved.