All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
cvCalcArrBackProject(opencv_core.CvArr[] image,
opencv_core.CvArr dst,
opencv_core.CvHistogram hist) |
static void |
cvCalcArrBackProjectPatch(opencv_core.CvArr[] image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
cvCalcArrHist(opencv_core.CvArr[] arr,
opencv_core.CvHistogram hist,
int accumulate,
opencv_core.CvArr mask) |
static void |
cvCalcBackProject(opencv_core.IplImage[] image,
opencv_core.CvArr dst,
opencv_core.CvHistogram hist) |
static void |
cvCalcBackProject(opencv_core.IplImageArray image,
opencv_core.CvArr dst,
opencv_core.CvHistogram hist) |
static void |
cvCalcBackProjectPatch(opencv_core.IplImage[] image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
cvCalcBackProjectPatch(opencv_core.IplImageArray image,
opencv_core.CvArr dst,
opencv_core.CvSize range,
opencv_core.CvHistogram hist,
int method,
double factor) |
static void |
cvCalcHist(opencv_core.IplImage[] arr,
opencv_core.CvHistogram hist,
int accumulate,
opencv_core.CvArr mask) |
static void |
cvCalcHist(opencv_core.IplImageArray arr,
opencv_core.CvHistogram hist,
int accumulate,
opencv_core.CvArr mask) |
static opencv_core.CvHistogram |
cvCreateHist(int dims,
int[] sizes,
int type,
float[][] ranges,
int uniform) |
static void |
cvDrawContours(opencv_core.CvArr img,
opencv_core.CvSeq contour,
opencv_core.CvScalar external_color,
opencv_core.CvScalar hole_color,
int max_level,
int thickness,
int line_type) |
static void |
cvDrawPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
opencv_core.CvScalar color,
int line_type,
int shift) |
static int |
cvFindContours(opencv_core.CvArr image,
opencv_core.CvMemStorage storage,
opencv_core.CvSeq first_contour,
int header_size,
int mode,
int method) |
static opencv_core.CvHistogram |
cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
float[] data,
float[][] ranges,
int uniform) |
static opencv_core.CvHistogram |
cvMakeHistHeaderForArray(int dims,
int[] sizes,
opencv_core.CvHistogram hist,
org.bytedeco.javacpp.FloatPointer data,
float[][] ranges,
int uniform) |
static void |
cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
cvSetHistBinRanges(opencv_core.CvHistogram hist,
float[][] ranges,
int uniform) |
static opencv_imgproc.CvContourScanner |
cvStartFindContours(opencv_core.CvArr image,
opencv_core.CvMemStorage storage,
int header_size,
int mode,
int method) |