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