public static class opencv_core.IplConvKernelFP extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.IplConvKernelFP() |
opencv_core.IplConvKernelFP(int size) |
opencv_core.IplConvKernelFP(Pointer p) |
| 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(int position) |
FloatPointer |
values() |
opencv_core.IplConvKernelFP |
values(FloatPointer values) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.IplConvKernelFP()
public opencv_core.IplConvKernelFP(int size)
public opencv_core.IplConvKernelFP(Pointer p)
public opencv_core.IplConvKernelFP position(int 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 © 2014. All Rights Reserved.