@Properties(inherit=opencv_core.class) public class CvHistogram extends AbstractCvHistogram
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvHistogram()
Default native constructor.
|
CvHistogram(long size)
Native array allocator.
|
CvHistogram(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvArr |
bins() |
CvHistogram |
bins(CvArr setter) |
CvMatND |
mat()
Embedded matrix header for array histograms.
|
CvHistogram |
mat(CvMatND setter) |
CvHistogram |
position(long position) |
FloatPointer |
thresh() |
float |
thresh(int i,
int j)
For uniform histograms.
|
CvHistogram |
thresh(int i,
int j,
float setter) |
PointerPointer |
thresh2() |
FloatPointer |
thresh2(int i)
For non-uniform histograms.
|
CvHistogram |
thresh2(int i,
FloatPointer setter) |
CvHistogram |
thresh2(PointerPointer setter) |
int |
type() |
CvHistogram |
type(int setter) |
create, release
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvHistogram()
public CvHistogram(long size)
Pointer.position(long)
.public CvHistogram(Pointer p)
Pointer.Pointer(Pointer)
.public CvHistogram position(long position)
public int type()
public CvHistogram type(int setter)
public CvArr bins()
public CvHistogram bins(CvArr setter)
public float thresh(int i, int j)
public CvHistogram thresh(int i, int j, float setter)
@MemberGetter @Cast(value="float(*)[2]") public FloatPointer thresh()
public FloatPointer thresh2(int i)
public CvHistogram thresh2(int i, FloatPointer setter)
@Cast(value="float**") public PointerPointer thresh2()
public CvHistogram thresh2(PointerPointer setter)
public CvHistogram mat(CvMatND setter)
Copyright © 2020. All rights reserved.