public static class opencv_core.IplConvKernel extends opencv_imgproc.AbstractIplConvKernel
| Constructor and Description |
|---|
IplConvKernel()
Default native constructor.
|
IplConvKernel(long size)
Native array allocator.
|
IplConvKernel(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
anchorX() |
opencv_core.IplConvKernel |
anchorX(int anchorX) |
int |
anchorY() |
opencv_core.IplConvKernel |
anchorY(int anchorY) |
int |
nCols() |
opencv_core.IplConvKernel |
nCols(int nCols) |
int |
nRows() |
opencv_core.IplConvKernel |
nRows(int nRows) |
int |
nShiftR() |
opencv_core.IplConvKernel |
nShiftR(int nShiftR) |
opencv_core.IplConvKernel |
position(long position) |
org.bytedeco.javacpp.IntPointer |
values() |
opencv_core.IplConvKernel |
values(org.bytedeco.javacpp.IntPointer values) |
create, releaseaddress, 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 IplConvKernel()
public IplConvKernel(long size)
Pointer.position(long).public IplConvKernel(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.IplConvKernel position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int nCols()
public opencv_core.IplConvKernel nCols(int nCols)
public int nRows()
public opencv_core.IplConvKernel nRows(int nRows)
public int anchorX()
public opencv_core.IplConvKernel anchorX(int anchorX)
public int anchorY()
public opencv_core.IplConvKernel anchorY(int anchorY)
public org.bytedeco.javacpp.IntPointer values()
public opencv_core.IplConvKernel values(org.bytedeco.javacpp.IntPointer values)
public int nShiftR()
public opencv_core.IplConvKernel nShiftR(int nShiftR)
Copyright © 2018. All rights reserved.