public class opencv_core extends opencv_core
opencv_core.Functor, opencv_core.Ptr, opencv_core.Str
Constructor and Description |
---|
opencv_core() |
Modifier and Type | Method and Description |
---|---|
static CvScalar |
CV_RGB(double r,
double g,
double b) |
static void |
cvCalcCovarMatrix(CvArr[] vects,
int count,
CvArr cov_mat,
CvArr avg,
int flags) |
static int |
cvInitNArrayIterator(int count,
CvArr[] arrs,
CvArr mask,
CvMatND stubs,
CvNArrayIterator array_iterator,
int flags) |
static void |
cvMixChannels(CvArr[] src,
int src_count,
CvArr[] dst,
int dst_count,
int[] from_to,
int pair_count) |
static double |
cvNorm(CvArr arr1,
CvArr arr2) |
static Scalar |
RGB(double r,
double g,
double b) |
init, map
public static CvScalar CV_RGB(double r, double g, double b)
public static int cvInitNArrayIterator(int count, CvArr[] arrs, CvArr mask, CvMatND stubs, CvNArrayIterator array_iterator, int flags)
public static void cvMixChannels(CvArr[] src, int src_count, CvArr[] dst, int dst_count, int[] from_to, int pair_count)
public static void cvCalcCovarMatrix(CvArr[] vects, int count, CvArr cov_mat, CvArr avg, int flags)
public static Scalar RGB(double r, double g, double b)
Copyright © 2020. All rights reserved.