public static class opencv_core.CvHistogram extends opencv_imgproc.AbstractCvHistogram
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_core.CvHistogram()
Default native constructor.
|
opencv_core.CvHistogram(long size)
Native array allocator.
|
opencv_core.CvHistogram(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
opencv_core.CvArr |
bins() |
opencv_core.CvHistogram |
bins(opencv_core.CvArr bins) |
opencv_core.CvMatND |
mat()
Embedded matrix header for array histograms.
|
opencv_core.CvHistogram |
mat(opencv_core.CvMatND mat) |
opencv_core.CvHistogram |
position(long position) |
FloatPointer |
thresh() |
float |
thresh(int i,
int j)
For uniform histograms.
|
opencv_core.CvHistogram |
thresh(int i,
int j,
float thresh) |
PointerPointer |
thresh2() |
FloatPointer |
thresh2(int i)
For non-uniform histograms.
|
opencv_core.CvHistogram |
thresh2(int i,
FloatPointer thresh2) |
int |
type() |
opencv_core.CvHistogram |
type(int type) |
create, release
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, put, setNull, sizeof, toString, totalBytes, withDeallocator, zero
public opencv_core.CvHistogram()
public opencv_core.CvHistogram(long size)
Pointer.position(long)
.public opencv_core.CvHistogram(Pointer p)
Pointer.Pointer(Pointer)
.public opencv_core.CvHistogram position(long position)
public int type()
public opencv_core.CvHistogram type(int type)
public opencv_core.CvArr bins()
public opencv_core.CvHistogram bins(opencv_core.CvArr bins)
public float thresh(int i, int j)
public opencv_core.CvHistogram thresh(int i, int j, float thresh)
@MemberGetter @Cast(value="float(*)[2]") public FloatPointer thresh()
public FloatPointer thresh2(int i)
public opencv_core.CvHistogram thresh2(int i, FloatPointer thresh2)
@MemberGetter @Cast(value="float**") public PointerPointer thresh2()
@ByRef public opencv_core.CvMatND mat()
public opencv_core.CvHistogram mat(opencv_core.CvMatND mat)
Copyright © 2016. All rights reserved.