| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_KERNEL |
lept.L_KERNEL.cx(int cx) |
lept.L_KERNEL |
lept.L_KERNEL.cy(int cy) |
lept.L_KERNEL |
lept.L_KERNEL.data(int i,
org.bytedeco.javacpp.FloatPointer data) |
lept.L_KERNEL |
lept.L_KERNEL.data(org.bytedeco.javacpp.PointerPointer data) |
static lept.L_KERNEL |
lept.kernelCopy(lept.L_KERNEL kels) |
static lept.L_KERNEL |
lept.kernelCreate(int height,
int width) |
static lept.L_KERNEL |
lept.kernelCreateFromFile(org.bytedeco.javacpp.BytePointer filename) |
static lept.L_KERNEL |
lept.kernelCreateFromFile(String filename) |
static lept.L_KERNEL |
lept.kernelCreateFromPix(lept.PIX pix,
int cy,
int cx) |
static lept.L_KERNEL |
lept.kernelCreateFromString(int h,
int w,
int cy,
int cx,
org.bytedeco.javacpp.BytePointer kdata) |
static lept.L_KERNEL |
lept.kernelCreateFromString(int h,
int w,
int cy,
int cx,
String kdata) |
static lept.L_KERNEL |
lept.kernelInvert(lept.L_KERNEL kels) |
static lept.L_KERNEL |
lept.kernelNormalize(lept.L_KERNEL kels,
float normsum) |
static lept.L_KERNEL |
lept.kernelRead(org.bytedeco.javacpp.BytePointer fname) |
static lept.L_KERNEL |
lept.kernelRead(String fname) |
static lept.L_KERNEL |
lept.kernelReadStream(org.bytedeco.javacpp.Pointer fp) |
static lept.L_KERNEL |
lept.makeDoGKernel(int halfheight,
int halfwidth,
float stdev,
float ratio) |
static lept.L_KERNEL |
lept.makeFlatKernel(int height,
int width,
int cy,
int cx) |
static lept.L_KERNEL |
lept.makeGaussianKernel(int halfheight,
int halfwidth,
float stdev,
float max) |
static lept.L_KERNEL |
lept.makeRangeKernel(float range_stdev) |
lept.L_KERNEL |
lept.L_KERNEL.position(long position) |
lept.L_KERNEL |
lept.L_KERNEL.sx(int sx) |
lept.L_KERNEL |
lept.L_KERNEL.sy(int sy) |
| Modifier and Type | Method and Description |
|---|---|
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.L_KERNEL |
lept.kernelCopy(lept.L_KERNEL kels) |
static void |
lept.kernelDestroy(lept.L_KERNEL pkel) |
static lept.PIX |
lept.kernelDisplayInPix(lept.L_KERNEL kel,
int size,
int gthick) |
static int |
lept.kernelGetElement(lept.L_KERNEL kel,
int row,
int col,
float[] pval) |
static int |
lept.kernelGetElement(lept.L_KERNEL kel,
int row,
int col,
FloatBuffer pval) |
static int |
lept.kernelGetElement(lept.L_KERNEL kel,
int row,
int col,
org.bytedeco.javacpp.FloatPointer pval) |
static int |
lept.kernelGetMinMax(lept.L_KERNEL kel,
float[] pmin,
float[] pmax) |
static int |
lept.kernelGetMinMax(lept.L_KERNEL kel,
FloatBuffer pmin,
FloatBuffer pmax) |
static int |
lept.kernelGetMinMax(lept.L_KERNEL kel,
org.bytedeco.javacpp.FloatPointer pmin,
org.bytedeco.javacpp.FloatPointer pmax) |
static int |
lept.kernelGetParameters(lept.L_KERNEL kel,
int[] psy,
int[] psx,
int[] pcy,
int[] pcx) |
static int |
lept.kernelGetParameters(lept.L_KERNEL kel,
IntBuffer psy,
IntBuffer psx,
IntBuffer pcy,
IntBuffer pcx) |
static int |
lept.kernelGetParameters(lept.L_KERNEL kel,
org.bytedeco.javacpp.IntPointer psy,
org.bytedeco.javacpp.IntPointer psx,
org.bytedeco.javacpp.IntPointer pcy,
org.bytedeco.javacpp.IntPointer pcx) |
static int |
lept.kernelGetSum(lept.L_KERNEL kel,
float[] psum) |
static int |
lept.kernelGetSum(lept.L_KERNEL kel,
FloatBuffer psum) |
static int |
lept.kernelGetSum(lept.L_KERNEL kel,
org.bytedeco.javacpp.FloatPointer psum) |
static lept.L_KERNEL |
lept.kernelInvert(lept.L_KERNEL kels) |
static lept.L_KERNEL |
lept.kernelNormalize(lept.L_KERNEL kels,
float normsum) |
static int |
lept.kernelSetElement(lept.L_KERNEL kel,
int row,
int col,
float val) |
static int |
lept.kernelSetOrigin(lept.L_KERNEL kel,
int cy,
int cx) |
static int |
lept.kernelWrite(org.bytedeco.javacpp.BytePointer fname,
lept.L_KERNEL kel) |
static int |
lept.kernelWrite(String fname,
lept.L_KERNEL kel) |
static int |
lept.kernelWriteStream(org.bytedeco.javacpp.Pointer fp,
lept.L_KERNEL kel) |
static int |
lept.makeGaussianKernelSep(int halfheight,
int halfwidth,
float stdev,
float max,
lept.L_KERNEL pkelx,
lept.L_KERNEL pkely) |
static lept.PIX |
lept.pixBilateralExact(lept.PIX pixs,
lept.L_KERNEL spatial_kel,
lept.L_KERNEL range_kel) |
static lept.PIX |
lept.pixBilateralGrayExact(lept.PIX pixs,
lept.L_KERNEL spatial_kel,
lept.L_KERNEL range_kel) |
static lept.PIX |
lept.pixConvolve(lept.PIX pixs,
lept.L_KERNEL kel,
int outdepth,
int normflag) |
static lept.PIX |
lept.pixConvolveRGB(lept.PIX pixs,
lept.L_KERNEL kel) |
static lept.PIX |
lept.pixConvolveRGBSep(lept.PIX pixs,
lept.L_KERNEL kelx,
lept.L_KERNEL kely) |
static lept.PIX |
lept.pixConvolveSep(lept.PIX pixs,
lept.L_KERNEL kelx,
lept.L_KERNEL kely,
int outdepth,
int normflag) |
static lept.PIX |
lept.pixConvolveWithBias(lept.PIX pixs,
lept.L_KERNEL kel1,
lept.L_KERNEL kel2,
int force8,
int[] pbias) |
static lept.PIX |
lept.pixConvolveWithBias(lept.PIX pixs,
lept.L_KERNEL kel1,
lept.L_KERNEL kel2,
int force8,
IntBuffer pbias) |
static lept.PIX |
lept.pixConvolveWithBias(lept.PIX pixs,
lept.L_KERNEL kel1,
lept.L_KERNEL kel2,
int force8,
org.bytedeco.javacpp.IntPointer pbias) |
static lept.PIX |
lept.pixMultMatrixColor(lept.PIX pixs,
lept.L_KERNEL kel) |
Copyright © 2018. All rights reserved.