public static class opencv_core.CvHistogram extends opencv_imgproc.AbstractCvHistogram
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_core.CvHistogram() |
opencv_core.CvHistogram(int size) |
opencv_core.CvHistogram(Pointer p) |
Modifier and Type | Method and Description |
---|---|
opencv_core.CvArr |
bins() |
opencv_core.CvHistogram |
bins(opencv_core.CvArr bins) |
opencv_core.CvMatND |
mat() |
opencv_core.CvHistogram |
mat(opencv_core.CvMatND mat) |
opencv_core.CvHistogram |
position(int position) |
FloatPointer |
thresh() |
float |
thresh(int i,
int j) |
opencv_core.CvHistogram |
thresh(int i,
int j,
float thresh) |
PointerPointer |
thresh2() |
FloatPointer |
thresh2(int i) |
opencv_core.CvHistogram |
thresh2(int i,
FloatPointer thresh2) |
int |
type() |
opencv_core.CvHistogram |
type(int type) |
create, release
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zero
public opencv_core.CvHistogram()
public opencv_core.CvHistogram(int size)
public opencv_core.CvHistogram(Pointer p)
public opencv_core.CvHistogram position(int 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)
public FloatPointer thresh()
public FloatPointer thresh2(int i)
public opencv_core.CvHistogram thresh2(int i, FloatPointer thresh2)
public PointerPointer thresh2()
public opencv_core.CvMatND mat()
public opencv_core.CvHistogram mat(opencv_core.CvMatND mat)
Copyright © 2014. All Rights Reserved.