public static class opencv_core.IplConvKernelFP
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IplConvKernelFP()
Default native constructor.
|
IplConvKernelFP(long size)
Native array allocator.
|
IplConvKernelFP(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.FloatPointer |
values() |
opencv_core.IplConvKernelFP |
values(org.bytedeco.javacpp.FloatPointer values) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IplConvKernelFP()
public IplConvKernelFP(long size)
Pointer.position(long).public IplConvKernelFP(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.IplConvKernelFP position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 org.bytedeco.javacpp.FloatPointer values()
public opencv_core.IplConvKernelFP values(org.bytedeco.javacpp.FloatPointer values)
Copyright © 2018. All rights reserved.