@Properties(inherit=opencv_core.class) public class IplConvKernel extends AbstractIplConvKernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IplConvKernel()
Default native constructor.
|
IplConvKernel(long size)
Native array allocator.
|
IplConvKernel(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
anchorX() |
IplConvKernel |
anchorX(int setter) |
int |
anchorY() |
IplConvKernel |
anchorY(int setter) |
int |
nCols() |
IplConvKernel |
nCols(int setter) |
int |
nRows() |
IplConvKernel |
nRows(int setter) |
int |
nShiftR() |
IplConvKernel |
nShiftR(int setter) |
IplConvKernel |
position(long position) |
IntPointer |
values() |
IplConvKernel |
values(IntPointer setter) |
create, release
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IplConvKernel()
public IplConvKernel(long size)
Pointer.position(long)
.public IplConvKernel(Pointer p)
Pointer.Pointer(Pointer)
.public IplConvKernel position(long position)
public int nCols()
public IplConvKernel nCols(int setter)
public int nRows()
public IplConvKernel nRows(int setter)
public int anchorX()
public IplConvKernel anchorX(int setter)
public int anchorY()
public IplConvKernel anchorY(int setter)
public IntPointer values()
public IplConvKernel values(IntPointer setter)
public int nShiftR()
public IplConvKernel nShiftR(int setter)
Copyright © 2020. All rights reserved.