public static class opencv_core.IplConvKernelFP extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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() |
opencv_core.IplConvKernelFP |
anchorX(int anchorX) |
int |
anchorY() |
opencv_core.IplConvKernelFP |
anchorY(int anchorY) |
int |
nCols() |
opencv_core.IplConvKernelFP |
nCols(int nCols) |
int |
nRows() |
opencv_core.IplConvKernelFP |
nRows(int nRows) |
opencv_core.IplConvKernelFP |
position(long position) |
FloatPointer |
values() |
opencv_core.IplConvKernelFP |
values(FloatPointer values) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic IplConvKernelFP()
public IplConvKernelFP(long size)
Pointer.position(long).public IplConvKernelFP(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.IplConvKernelFP position(long position)
public int nCols()
public opencv_core.IplConvKernelFP nCols(int nCols)
public int nRows()
public opencv_core.IplConvKernelFP nRows(int nRows)
public int anchorX()
public opencv_core.IplConvKernelFP anchorX(int anchorX)
public int anchorY()
public opencv_core.IplConvKernelFP anchorY(int anchorY)
public FloatPointer values()
public opencv_core.IplConvKernelFP values(FloatPointer values)
Copyright © 2017. All rights reserved.