@Properties(inherit=opencv_core.class) public class IplConvKernelFP extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IplConvKernelFP()
Default native constructor.
|
IplConvKernelFP(long size)
Native array allocator.
|
IplConvKernelFP(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
anchorX() |
IplConvKernelFP |
anchorX(int setter) |
int |
anchorY() |
IplConvKernelFP |
anchorY(int setter) |
int |
nCols() |
IplConvKernelFP |
nCols(int setter) |
int |
nRows() |
IplConvKernelFP |
nRows(int setter) |
IplConvKernelFP |
position(long position) |
FloatPointer |
values() |
IplConvKernelFP |
values(FloatPointer setter) |
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 IplConvKernelFP()
public IplConvKernelFP(long size)
Pointer.position(long)
.public IplConvKernelFP(Pointer p)
Pointer.Pointer(Pointer)
.public IplConvKernelFP position(long position)
public int nCols()
public IplConvKernelFP nCols(int setter)
public int nRows()
public IplConvKernelFP nRows(int setter)
public int anchorX()
public IplConvKernelFP anchorX(int setter)
public int anchorY()
public IplConvKernelFP anchorY(int setter)
public FloatPointer values()
public IplConvKernelFP values(FloatPointer setter)
Copyright © 2020. All rights reserved.