@Properties(inherit=opencv_imgproc.class) public abstract class AbstractIplConvKernel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AbstractIplConvKernel(Pointer p) |
Modifier and Type | Method and Description |
---|---|
static IplConvKernel |
create(int cols,
int rows,
int anchor_x,
int anchor_y,
int shape,
int[] values)
Calls cvCreateStructuringElementEx(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AbstractIplConvKernel(Pointer p)
public static IplConvKernel create(int cols, int rows, int anchor_x, int anchor_y, int shape, int[] values)
public void release()
Copyright © 2024. All rights reserved.