| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvHistogram |
opencv_core.CvHistogram.bins(opencv_core.CvArr bins) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
int[] sizes,
int type) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
int[] sizes,
int type,
float[] ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
IntBuffer sizes,
int type) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
IntBuffer sizes,
int type,
FloatBuffer ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
IntPointer sizes,
int type) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
IntPointer sizes,
int type,
FloatPointer ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
IntPointer sizes,
int type,
PointerPointer ranges,
int uniform)
\
Histogram functions *
\
|
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
float[] data) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
float[] data,
float[] ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
IntBuffer sizes,
opencv_core.CvHistogram hist,
FloatBuffer data) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
IntBuffer sizes,
opencv_core.CvHistogram hist,
FloatBuffer data,
FloatBuffer ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
IntPointer sizes,
opencv_core.CvHistogram hist,
FloatPointer data) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
IntPointer sizes,
opencv_core.CvHistogram hist,
FloatPointer data,
FloatPointer ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
IntPointer sizes,
opencv_core.CvHistogram hist,
FloatPointer data,
PointerPointer ranges,
int uniform) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.mat(opencv_core.CvMatND mat) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.position(int position) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.thresh(int i,
int j,
float thresh) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.thresh2(int i,
FloatPointer thresh2) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.type(int type) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvHistogram |
opencv_imgproc.AbstractCvHistogram.create(int dims,
int[] sizes,
int type,
float[][] ranges,
int uniform)
Calls cvCreateHist(), and registers a deallocator.
|
static opencv_core.CvHistogram |
opencv_imgproc.cvCreateHist(int dims,
int[] sizes,
int type,
float[][] ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
float[] data,
float[][] ranges,
int uniform) |
static opencv_core.CvHistogram |
opencv_imgproc.cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
FloatPointer data,
float[][] ranges,
int uniform) |
Copyright © 2014. All Rights Reserved.