@Name(value="L_Kernel") @Properties(inherit=leptonica.class) public class L_KERNEL extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_KERNEL()
Default native constructor.
|
L_KERNEL(long size)
Native array allocator.
|
L_KERNEL(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cx()
x location of kernel origin
|
L_KERNEL |
cx(int setter) |
int |
cy()
y location of kernel origin
|
L_KERNEL |
cy(int setter) |
PointerPointer |
data() |
FloatPointer |
data(int i)
data[i][j] in [row][col] order
|
L_KERNEL |
data(int i,
FloatPointer setter) |
L_KERNEL |
data(PointerPointer setter) |
L_KERNEL |
getPointer(long i) |
L_KERNEL |
position(long position) |
int |
sx()
kernel width
|
L_KERNEL |
sx(int setter) |
int |
sy()
kernel height
|
L_KERNEL |
sy(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_KERNEL()
public L_KERNEL(long size)
Pointer.position(long)
.public L_KERNEL(Pointer p)
Pointer(Pointer)
.public L_KERNEL getPointer(long i)
getPointer
in class Pointer
public L_KERNEL sy(int setter)
public L_KERNEL sx(int setter)
public L_KERNEL cy(int setter)
public L_KERNEL cx(int setter)
@Cast(value="l_float32*") public FloatPointer data(int i)
public L_KERNEL data(int i, FloatPointer setter)
@Cast(value="l_float32**") public PointerPointer data()
public L_KERNEL data(PointerPointer setter)
Copyright © 2024. All rights reserved.