public static class opencv_core.CvHistogram extends opencv_imgproc.AbstractCvHistogram
| Constructor and Description |
|---|
CvHistogram()
Default native constructor.
|
CvHistogram(long size)
Native array allocator.
|
CvHistogram(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.FloatPointer |
thresh() |
float |
thresh(int i,
int j)
For uniform histograms.
|
opencv_core.CvHistogram |
thresh(int i,
int j,
float thresh) |
org.bytedeco.javacpp.PointerPointer |
thresh2() |
org.bytedeco.javacpp.FloatPointer |
thresh2(int i)
For non-uniform histograms.
|
opencv_core.CvHistogram |
thresh2(int i,
org.bytedeco.javacpp.FloatPointer thresh2) |
opencv_core.CvHistogram |
thresh2(org.bytedeco.javacpp.PointerPointer thresh2) |
int |
type() |
opencv_core.CvHistogram |
type(int type) |
create, releaseaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvHistogram()
public CvHistogram(long size)
Pointer.position(long).public CvHistogram(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvHistogram position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 org.bytedeco.javacpp.FloatPointer thresh()
public org.bytedeco.javacpp.FloatPointer thresh2(int i)
public opencv_core.CvHistogram thresh2(int i, org.bytedeco.javacpp.FloatPointer thresh2)
@Cast(value="float**") public org.bytedeco.javacpp.PointerPointer thresh2()
public opencv_core.CvHistogram thresh2(org.bytedeco.javacpp.PointerPointer thresh2)
@ByRef public opencv_core.CvMatND mat()
public opencv_core.CvHistogram mat(opencv_core.CvMatND mat)
Copyright © 2018. All rights reserved.