Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractFPIX.DestroyDeallocator |
Modifier and Type | Method and Description |
---|---|
FPIX |
AbstractFPIX.clone()
Calls fpixClone(), and registers a deallocator.
|
static FPIX |
AbstractFPIX.create(int width,
int height)
Calls fpixCreate(), and registers a deallocator.
|
static FPIX |
AbstractFPIX.createTemplate(FPIX fpixs)
Calls fpixCreateTemplate(), and registers a deallocator.
|
FPIX |
FPIX.data(FloatPointer setter) |
FPIX |
FPIXA.fpix(int i)
the array of ptrs to fpix
|
FPIX |
L_DEWARP.fullhdispar()
full horiz disparity array
|
FPIX |
L_DEWARP.fullvdispar()
full vert disparity array
|
FPIX |
L_DEWARP.fullydispar()
full slope h-disparity array
|
FPIX |
FPIX.getPointer(long i) |
FPIX |
FPIX.h(int setter) |
FPIX |
FPIX.position(long position) |
FPIX |
FPIX.refcount(int setter) |
FPIX |
L_DEWARP.samphdispar()
sampled horiz disparity array
|
FPIX |
L_DEWARP.sampvdispar()
sampled vert disparity array
|
FPIX |
L_DEWARP.sampydispar()
sampled slope h-disparity array
|
FPIX |
FPIX.w(int setter) |
FPIX |
FPIX.wpl(int setter) |
FPIX |
FPIX.xres(int setter) |
FPIX |
FPIX.yres(int setter) |
Modifier and Type | Method and Description |
---|---|
static FPIX |
AbstractFPIX.createTemplate(FPIX fpixs)
Calls fpixCreateTemplate(), and registers a deallocator.
|
FPIXA |
FPIXA.fpix(int i,
FPIX setter) |
L_DEWARP |
L_DEWARP.fullhdispar(FPIX setter) |
L_DEWARP |
L_DEWARP.fullvdispar(FPIX setter) |
L_DEWARP |
L_DEWARP.fullydispar(FPIX setter) |
L_DEWARP |
L_DEWARP.samphdispar(FPIX setter) |
L_DEWARP |
L_DEWARP.sampvdispar(FPIX setter) |
L_DEWARP |
L_DEWARP.sampydispar(FPIX setter) |
Modifier and Type | Method and Description |
---|---|
static FPIX |
lept.dpixConvertToFPix(DPIX dpix) |
static FPIX |
lept.fpixAddBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAddContinuedBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAddMirroredBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAddSlopeBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
float[] vc,
float inval) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
FloatBuffer vc,
float inval) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
FloatPointer vc,
float inval) |
static FPIX |
lept.fpixAffinePta(FPIX fpixs,
PTA ptad,
PTA ptas,
int border,
float inval) |
static FPIX |
lept.fpixaGetFPix(FPIXA fpixa,
int index,
int accesstype) |
static FPIX |
lept.fpixClone(FPIX fpix) |
static FPIX |
lept.fpixConvolve(FPIX fpixs,
L_KERNEL kel,
int normflag) |
static FPIX |
lept.fpixConvolveSep(FPIX fpixs,
L_KERNEL kelx,
L_KERNEL kely,
int normflag) |
static FPIX |
lept.fpixCopy(FPIX fpixs) |
static FPIX |
lept.fpixCreate(int width,
int height) |
static FPIX |
lept.fpixCreateTemplate(FPIX fpixs) |
static FPIX |
lept.fpixEndianByteSwap(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixFlipLR(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixFlipTB(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixLinearCombination(FPIX fpixd,
FPIX fpixs1,
FPIX fpixs2,
float a,
float b) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
float[] vc,
float inval) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
FloatBuffer vc,
float inval) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
FloatPointer vc,
float inval) |
static FPIX |
lept.fpixProjectivePta(FPIX fpixs,
PTA ptad,
PTA ptas,
int border,
float inval) |
static FPIX |
lept.fpixRead(BytePointer filename) |
static FPIX |
lept.fpixRead(String filename) |
static FPIX |
lept.fpixReadMem(byte[] data,
long size) |
static FPIX |
lept.fpixReadMem(ByteBuffer data,
long size) |
static FPIX |
lept.fpixReadMem(BytePointer data,
long size) |
static FPIX |
lept.fpixReadStream(Pointer fp) |
static FPIX |
lept.fpixRemoveBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixRotate180(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixRotate90(FPIX fpixs,
int direction) |
static FPIX |
lept.fpixRotateOrth(FPIX fpixs,
int quads) |
static FPIX |
lept.fpixScaleByInteger(FPIX fpixs,
int factor) |
static FPIX |
lept.pixComponentFunction(PIX pix,
float rnum,
float gnum,
float bnum,
float rdenom,
float gdenom,
float bdenom) |
static FPIX |
lept.pixConvertToFPix(PIX pixs,
int ncomps) |
Modifier and Type | Method and Description |
---|---|
static int |
lept.fpixaAddFPix(FPIXA fpixa,
FPIX fpix,
int copyflag) |
static FPIX |
lept.fpixAddBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAddContinuedBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAddMirroredBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static int |
lept.fpixAddMultConstant(FPIX fpix,
float addc,
float multc) |
static FPIX |
lept.fpixAddSlopeBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
float[] vc,
float inval) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
FloatBuffer vc,
float inval) |
static FPIX |
lept.fpixAffine(FPIX fpixs,
FloatPointer vc,
float inval) |
static FPIX |
lept.fpixAffinePta(FPIX fpixs,
PTA ptad,
PTA ptas,
int border,
float inval) |
static PIX |
lept.fpixAutoRenderContours(FPIX fpix,
int ncontours) |
static int |
lept.fpixChangeRefcount(FPIX fpix,
int delta) |
static FPIX |
lept.fpixClone(FPIX fpix) |
static DPIX |
lept.fpixConvertToDPix(FPIX fpix) |
static PIX |
lept.fpixConvertToPix(FPIX fpixs,
int outdepth,
int negvals,
int errorflag) |
static FPIX |
lept.fpixConvolve(FPIX fpixs,
L_KERNEL kel,
int normflag) |
static FPIX |
lept.fpixConvolveSep(FPIX fpixs,
L_KERNEL kelx,
L_KERNEL kely,
int normflag) |
static FPIX |
lept.fpixCopy(FPIX fpixs) |
static int |
lept.fpixCopyResolution(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixCreateTemplate(FPIX fpixs) |
static void |
lept.fpixDestroy(FPIX pfpix) |
static PIX |
lept.fpixDisplayMaxDynamicRange(FPIX fpixs) |
static FPIX |
lept.fpixEndianByteSwap(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixFlipLR(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixFlipTB(FPIX fpixd,
FPIX fpixs) |
static FloatPointer |
lept.fpixGetData(FPIX fpix) |
static int |
lept.fpixGetDimensions(FPIX fpix,
int[] pw,
int[] ph) |
static int |
lept.fpixGetDimensions(FPIX fpix,
IntBuffer pw,
IntBuffer ph) |
static int |
lept.fpixGetDimensions(FPIX fpix,
IntPointer pw,
IntPointer ph) |
static int |
lept.fpixGetMax(FPIX fpix,
float[] pmaxval,
int[] pxmaxloc,
int[] pymaxloc) |
static int |
lept.fpixGetMax(FPIX fpix,
FloatBuffer pmaxval,
IntBuffer pxmaxloc,
IntBuffer pymaxloc) |
static int |
lept.fpixGetMax(FPIX fpix,
FloatPointer pmaxval,
IntPointer pxmaxloc,
IntPointer pymaxloc) |
static int |
lept.fpixGetMin(FPIX fpix,
float[] pminval,
int[] pxminloc,
int[] pyminloc) |
static int |
lept.fpixGetMin(FPIX fpix,
FloatBuffer pminval,
IntBuffer pxminloc,
IntBuffer pyminloc) |
static int |
lept.fpixGetMin(FPIX fpix,
FloatPointer pminval,
IntPointer pxminloc,
IntPointer pyminloc) |
static int |
lept.fpixGetPixel(FPIX fpix,
int x,
int y,
float[] pval) |
static int |
lept.fpixGetPixel(FPIX fpix,
int x,
int y,
FloatBuffer pval) |
static int |
lept.fpixGetPixel(FPIX fpix,
int x,
int y,
FloatPointer pval) |
static int |
lept.fpixGetRefcount(FPIX fpix) |
static int |
lept.fpixGetResolution(FPIX fpix,
int[] pxres,
int[] pyres) |
static int |
lept.fpixGetResolution(FPIX fpix,
IntBuffer pxres,
IntBuffer pyres) |
static int |
lept.fpixGetResolution(FPIX fpix,
IntPointer pxres,
IntPointer pyres) |
static int |
lept.fpixGetWpl(FPIX fpix) |
static FPIX |
lept.fpixLinearCombination(FPIX fpixd,
FPIX fpixs1,
FPIX fpixs2,
float a,
float b) |
static int |
lept.fpixPrintStream(Pointer fp,
FPIX fpix,
int factor) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
float[] vc,
float inval) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
FloatBuffer vc,
float inval) |
static FPIX |
lept.fpixProjective(FPIX fpixs,
FloatPointer vc,
float inval) |
static FPIX |
lept.fpixProjectivePta(FPIX fpixs,
PTA ptad,
PTA ptas,
int border,
float inval) |
static int |
lept.fpixRasterop(FPIX fpixd,
int dx,
int dy,
int dw,
int dh,
FPIX fpixs,
int sx,
int sy) |
static FPIX |
lept.fpixRemoveBorder(FPIX fpixs,
int left,
int right,
int top,
int bot) |
static PIX |
lept.fpixRenderContours(FPIX fpixs,
float incr,
float proxim) |
static FPIX |
lept.fpixRotate180(FPIX fpixd,
FPIX fpixs) |
static FPIX |
lept.fpixRotate90(FPIX fpixs,
int direction) |
static FPIX |
lept.fpixRotateOrth(FPIX fpixs,
int quads) |
static FPIX |
lept.fpixScaleByInteger(FPIX fpixs,
int factor) |
static int |
lept.fpixSetAllArbitrary(FPIX fpix,
float inval) |
static int |
lept.fpixSetData(FPIX fpix,
float[] data) |
static int |
lept.fpixSetData(FPIX fpix,
FloatBuffer data) |
static int |
lept.fpixSetData(FPIX fpix,
FloatPointer data) |
static int |
lept.fpixSetDimensions(FPIX fpix,
int w,
int h) |
static int |
lept.fpixSetPixel(FPIX fpix,
int x,
int y,
float val) |
static int |
lept.fpixSetResolution(FPIX fpix,
int xres,
int yres) |
static int |
lept.fpixSetWpl(FPIX fpix,
int wpl) |
static PIX |
lept.fpixThresholdToPix(FPIX fpix,
float thresh) |
static int |
lept.fpixWrite(BytePointer filename,
FPIX fpix) |
static int |
lept.fpixWrite(String filename,
FPIX fpix) |
static int |
lept.fpixWriteMem(byte[] pdata,
SizeTPointer psize,
FPIX fpix) |
static int |
lept.fpixWriteMem(ByteBuffer pdata,
SizeTPointer psize,
FPIX fpix) |
static int |
lept.fpixWriteMem(BytePointer pdata,
SizeTPointer psize,
FPIX fpix) |
static int |
lept.fpixWriteMem(PointerPointer pdata,
SizeTPointer psize,
FPIX fpix) |
static int |
lept.fpixWriteStream(Pointer fp,
FPIX fpix) |
static int |
lept.pixWindowedStats(PIX pixs,
int wc,
int hc,
int hasborder,
PIX ppixm,
PIX ppixms,
FPIX pfpixv,
FPIX pfpixrv) |
static int |
lept.pixWindowedVariance(PIX pixm,
PIX pixms,
FPIX pfpixv,
FPIX pfpixrv) |
Copyright © 2021. All rights reserved.