public class opencv_core extends opencv_core
opencv_core.Ptr| Constructor and Description |
|---|
opencv_core() |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvScalar |
CV_RGB(double r,
double g,
double b) |
static void |
cvCalcCovarMatrix(opencv_core.CvArr[] vects,
int count,
opencv_core.CvArr cov_mat,
opencv_core.CvArr avg,
int flags) |
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 |
cvInitNArrayIterator(int count,
opencv_core.CvArr[] arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator,
int flags) |
static void |
cvMixChannels(opencv_core.CvArr[] src,
int src_count,
opencv_core.CvArr[] dst,
int dst_count,
int[] from_to,
int pair_count) |
static double |
cvNorm(opencv_core.CvArr arr1,
opencv_core.CvArr arr2) |
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) |
mappublic static opencv_core.CvScalar CV_RGB(double r, double g, double b)
public static int cvInitNArrayIterator(int count,
opencv_core.CvArr[] arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator,
int flags)
public static void cvMixChannels(opencv_core.CvArr[] src, int src_count, opencv_core.CvArr[] dst, int dst_count, int[] from_to, int pair_count)
public static void cvCalcCovarMatrix(opencv_core.CvArr[] vects, int count, opencv_core.CvArr cov_mat, opencv_core.CvArr avg, int flags)
public static double cvNorm(opencv_core.CvArr arr1, opencv_core.CvArr arr2)
public static void cvFillPoly(opencv_core.CvArr img, opencv_core.CvPoint[] pts, int[] npts, int contours, opencv_core.CvScalar color, int line_type, int shift)
public 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)
public 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)
public 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)
Copyright © 2014. All Rights Reserved.