@Name(value="L_Kernel")
public static class lept.L_KERNEL
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_KERNEL()
Default native constructor.
|
L_KERNEL(long size)
Native array allocator.
|
L_KERNEL(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cx()
x location of kernel origin
|
lept.L_KERNEL |
cx(int cx) |
int |
cy()
y location of kernel origin
|
lept.L_KERNEL |
cy(int cy) |
org.bytedeco.javacpp.PointerPointer |
data() |
org.bytedeco.javacpp.FloatPointer |
data(int i)
data[i][j] in [row][col] order
|
lept.L_KERNEL |
data(int i,
org.bytedeco.javacpp.FloatPointer data) |
lept.L_KERNEL |
data(org.bytedeco.javacpp.PointerPointer data) |
lept.L_KERNEL |
position(long position) |
int |
sx()
kernel width
|
lept.L_KERNEL |
sx(int sx) |
int |
sy()
kernel height
|
lept.L_KERNEL |
sy(int sy) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_KERNEL()
public L_KERNEL(long size)
Pointer.position(long).public L_KERNEL(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_KERNEL position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int sy()
public lept.L_KERNEL sy(int sy)
@Cast(value="l_int32") public int sx()
public lept.L_KERNEL sx(int sx)
@Cast(value="l_int32") public int cy()
public lept.L_KERNEL cy(int cy)
@Cast(value="l_int32") public int cx()
public lept.L_KERNEL cx(int cx)
@Cast(value="l_float32*") public org.bytedeco.javacpp.FloatPointer data(int i)
public lept.L_KERNEL data(int i, org.bytedeco.javacpp.FloatPointer data)
@Cast(value="l_float32**") public org.bytedeco.javacpp.PointerPointer data()
public lept.L_KERNEL data(org.bytedeco.javacpp.PointerPointer data)
Copyright © 2018. All rights reserved.