Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_Rbtree.ByReference |
static class |
L_Rbtree.ByValue |
Modifier and Type | Method and Description |
---|---|
static L_Rbtree |
Leptonica1.l_amapCreate(int keytype)
Original signature :
L_AMAP* l_amapCreate(l_int32) native declaration : allheaders.h:2142 |
L_Rbtree |
Leptonica.l_amapCreate(int keytype)
Original signature :
L_AMAP* l_amapCreate(l_int32) native declaration : allheaders.h:2144 |
static L_Rbtree |
Leptonica1.l_asetCreate(int keytype)
Original signature :
L_ASET* l_asetCreate(l_int32) native declaration : allheaders.h:2162 |
L_Rbtree |
Leptonica.l_asetCreate(int keytype)
Original signature :
L_ASET* l_asetCreate(l_int32) native declaration : allheaders.h:2164 |
static L_Rbtree |
Leptonica1.l_asetCreateFromDna(L_Dna da)
Original signature :
L_ASET* l_asetCreateFromDna(L_DNA*) native declaration : allheaders.h:1402 |
L_Rbtree |
Leptonica.l_asetCreateFromDna(L_Dna da)
Original signature :
L_ASET* l_asetCreateFromDna(L_DNA*) native declaration : allheaders.h:1390 |
static L_Rbtree |
Leptonica1.l_asetCreateFromPta(Pta pta)
Original signature :
L_ASET* l_asetCreateFromPta(PTA*) native declaration : allheaders.h:4108 |
L_Rbtree |
Leptonica.l_asetCreateFromPta(Pta pta)
Original signature :
L_ASET* l_asetCreateFromPta(PTA*) native declaration : allheaders.h:4090 |
static L_Rbtree |
Leptonica1.l_asetCreateFromSarray(Sarray sa)
Original signature :
L_ASET* l_asetCreateFromSarray(SARRAY*) native declaration : allheaders.h:4590 |
static L_Rbtree |
Leptonica1.l_rbtreeCreate(int keytype)
Original signature :
L_RBTREE* l_rbtreeCreate(l_int32) native declaration : allheaders.h:4200 |
static L_Rbtree |
Leptonica1.pixGetColorAmapHistogram(Pix pixs,
int factor)
Original signature :
L_AMAP* pixGetColorAmapHistogram(PIX*, l_int32) native declaration : allheaders.h:3086 |
L_Rbtree |
Leptonica.pixGetColorAmapHistogram(Pix pixs,
int factor)
Original signature :
L_AMAP* pixGetColorAmapHistogram(PIX*, l_int32) native declaration : allheaders.h:3082 |
Modifier and Type | Method and Description |
---|---|
static int |
Leptonica1.amapGetCountForColor(L_Rbtree amap,
int val)
Original signature :
l_int32 amapGetCountForColor(L_AMAP*, l_uint32) native declaration : allheaders.h:3088 |
int |
Leptonica.amapGetCountForColor(L_Rbtree amap,
int val)
Original signature :
l_int32 amapGetCountForColor(L_AMAP*, l_uint32) native declaration : allheaders.h:3084 |
static void |
Leptonica1.l_amapDelete(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
void l_amapDelete(L_AMAP*, RB_TYPE) native declaration : allheaders.h:2148 |
void |
Leptonica.l_amapDelete(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
void l_amapDelete(L_AMAP*, RB_TYPE) native declaration : allheaders.h:2150 |
static Rb_Type |
Leptonica1.l_amapFind(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_amapFind(L_AMAP*, RB_TYPE) native declaration : allheaders.h:2144 |
Rb_Type |
Leptonica.l_amapFind(L_Rbtree m,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_amapFind(L_AMAP*, RB_TYPE) native declaration : allheaders.h:2146 |
static L_Rbtree_Node |
Leptonica1.l_amapGetFirst(L_Rbtree m)
Original signature :
L_AMAP_NODE* l_amapGetFirst(L_AMAP*) native declaration : allheaders.h:2152 |
L_Rbtree_Node |
Leptonica.l_amapGetFirst(L_Rbtree m)
Original signature :
L_AMAP_NODE* l_amapGetFirst(L_AMAP*) native declaration : allheaders.h:2154 |
static L_Rbtree_Node |
Leptonica1.l_amapGetLast(L_Rbtree m)
Original signature :
L_AMAP_NODE* l_amapGetLast(L_AMAP*) native declaration : allheaders.h:2156 |
L_Rbtree_Node |
Leptonica.l_amapGetLast(L_Rbtree m)
Original signature :
L_AMAP_NODE* l_amapGetLast(L_AMAP*) native declaration : allheaders.h:2158 |
static void |
Leptonica1.l_amapInsert(L_Rbtree m,
Rb_Type.ByValue key,
Rb_Type.ByValue value)
Original signature :
void l_amapInsert(L_AMAP*, RB_TYPE, RB_TYPE) native declaration : allheaders.h:2146 |
void |
Leptonica.l_amapInsert(L_Rbtree m,
Rb_Type.ByValue key,
Rb_Type.ByValue value)
Original signature :
void l_amapInsert(L_AMAP*, RB_TYPE, RB_TYPE) native declaration : allheaders.h:2148 |
static int |
Leptonica1.l_amapSize(L_Rbtree m)
Original signature :
l_int32 l_amapSize(L_AMAP*) native declaration : allheaders.h:2160 |
int |
Leptonica.l_amapSize(L_Rbtree m)
Original signature :
l_int32 l_amapSize(L_AMAP*) native declaration : allheaders.h:2162 |
static void |
Leptonica1.l_asetDelete(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
void l_asetDelete(L_ASET*, RB_TYPE) native declaration : allheaders.h:2168 |
void |
Leptonica.l_asetDelete(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
void l_asetDelete(L_ASET*, RB_TYPE) native declaration : allheaders.h:2170 |
static Rb_Type |
Leptonica1.l_asetFind(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_asetFind(L_ASET*, RB_TYPE) native declaration : allheaders.h:2164 |
Rb_Type |
Leptonica.l_asetFind(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_asetFind(L_ASET*, RB_TYPE) native declaration : allheaders.h:2166 |
static L_Rbtree_Node |
Leptonica1.l_asetGetFirst(L_Rbtree s)
Original signature :
L_ASET_NODE* l_asetGetFirst(L_ASET*) native declaration : allheaders.h:2172 |
L_Rbtree_Node |
Leptonica.l_asetGetFirst(L_Rbtree s)
Original signature :
L_ASET_NODE* l_asetGetFirst(L_ASET*) native declaration : allheaders.h:2174 |
static L_Rbtree_Node |
Leptonica1.l_asetGetLast(L_Rbtree s)
Original signature :
L_ASET_NODE* l_asetGetLast(L_ASET*) native declaration : allheaders.h:2176 |
L_Rbtree_Node |
Leptonica.l_asetGetLast(L_Rbtree s)
Original signature :
L_ASET_NODE* l_asetGetLast(L_ASET*) native declaration : allheaders.h:2178 |
static void |
Leptonica1.l_asetInsert(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
void l_asetInsert(L_ASET*, RB_TYPE) native declaration : allheaders.h:2166 |
void |
Leptonica.l_asetInsert(L_Rbtree s,
Rb_Type.ByValue key)
Original signature :
void l_asetInsert(L_ASET*, RB_TYPE) native declaration : allheaders.h:2168 |
static int |
Leptonica1.l_asetSize(L_Rbtree s)
Original signature :
l_int32 l_asetSize(L_ASET*) native declaration : allheaders.h:2180 |
int |
Leptonica.l_asetSize(L_Rbtree s)
Original signature :
l_int32 l_asetSize(L_ASET*) native declaration : allheaders.h:2182 |
static void |
Leptonica1.l_rbtreeDelete(L_Rbtree t,
Rb_Type.ByValue key)
Original signature :
void l_rbtreeDelete(L_RBTREE*, RB_TYPE) native declaration : allheaders.h:4206 |
static int |
Leptonica1.l_rbtreeGetCount(L_Rbtree t)
Original signature :
l_int32 l_rbtreeGetCount(L_RBTREE*) native declaration : allheaders.h:4218 |
static L_Rbtree_Node |
Leptonica1.l_rbtreeGetFirst(L_Rbtree t)
Original signature :
L_RBTREE_NODE* l_rbtreeGetFirst(L_RBTREE*) native declaration : allheaders.h:4210 |
static L_Rbtree_Node |
Leptonica1.l_rbtreeGetLast(L_Rbtree t)
Original signature :
L_RBTREE_NODE* l_rbtreeGetLast(L_RBTREE*) native declaration : allheaders.h:4214 |
static void |
Leptonica1.l_rbtreeInsert(L_Rbtree t,
Rb_Type.ByValue key,
Rb_Type.ByValue value)
Original signature :
void l_rbtreeInsert(L_RBTREE*, RB_TYPE, RB_TYPE) native declaration : allheaders.h:4204 |
static Rb_Type |
Leptonica1.l_rbtreeLookup(L_Rbtree t,
Rb_Type.ByValue key)
Original signature :
RB_TYPE* l_rbtreeLookup(L_RBTREE*, RB_TYPE) native declaration : allheaders.h:4202 |
static void |
Leptonica1.l_rbtreePrint(ILeptonica.FILE fp,
L_Rbtree t)
Original signature :
void l_rbtreePrint(FILE*, L_RBTREE*) native declaration : allheaders.h:4220 |
Copyright © 2018. All Rights Reserved.