public static class opencv_core.IplConvKernel extends opencv_imgproc.AbstractIplConvKernel
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.IplConvKernel() |
opencv_core.IplConvKernel(int size) |
opencv_core.IplConvKernel(Pointer p) |
| 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(int position) |
IntPointer |
values() |
opencv_core.IplConvKernel |
values(IntPointer values) |
create, releaseaddress, 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.IplConvKernel()
public opencv_core.IplConvKernel(int size)
public opencv_core.IplConvKernel(Pointer p)
public opencv_core.IplConvKernel position(int position)
public 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 IntPointer values()
public opencv_core.IplConvKernel values(IntPointer values)
public int nShiftR()
public opencv_core.IplConvKernel nShiftR(int nShiftR)
Copyright © 2014. All Rights Reserved.