public abstract static class opencv_imgproc.AbstractCvHistogram extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.AbstractCvHistogram(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvHistogram |
create(int dims,
int[] sizes,
int type,
float[][] ranges,
int uniform)
Calls cvCreateHist(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_imgproc.AbstractCvHistogram(Pointer p)
public static opencv_core.CvHistogram create(int dims, int[] sizes, int type, float[][] ranges, int uniform)
public void release()
Copyright © 2016. All rights reserved.