public abstract static class opencv_imgproc.AbstractIplConvKernel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.AbstractIplConvKernel() |
opencv_imgproc.AbstractIplConvKernel(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.IplConvKernel |
create(int cols,
int rows,
int anchor_x,
int anchor_y,
int shape,
int[] values) |
void |
release() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_imgproc.AbstractIplConvKernel()
public opencv_imgproc.AbstractIplConvKernel(Pointer p)
public static opencv_core.IplConvKernel create(int cols, int rows, int anchor_x, int anchor_y, int shape, int[] values)
public void release()
Copyright © 2014. All Rights Reserved.