| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
opencv_imgproc.CvMoments |
opencv_imgproc.Moments.asCvMoments()
the conversion to CvMoments
|
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.inv_sqrt_m00(double inv_sqrt_m00) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m00(double m00) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m01(double m01) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m02(double m02) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m03(double m03) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m10(double m10) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m11(double m11) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m12(double m12) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m20(double m20) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m21(double m21) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.m30(double m30) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu02(double mu02) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu03(double mu03) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu11(double mu11) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu12(double mu12) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu20(double mu20) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu21(double mu21) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.mu30(double mu30) |
opencv_imgproc.CvMoments |
opencv_imgproc.CvMoments.position(int position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_legacy.cvContourMoments(opencv_core.CvArr contour,
opencv_imgproc.CvMoments moments) |
static double |
opencv_imgproc.cvGetCentralMoment(opencv_imgproc.CvMoments moments,
int x_order,
int y_order) |
static void |
opencv_imgproc.cvGetHuMoments(opencv_imgproc.CvMoments moments,
opencv_imgproc.CvHuMoments hu_moments) |
static double |
opencv_imgproc.cvGetNormalizedCentralMoment(opencv_imgproc.CvMoments moments,
int x_order,
int y_order) |
static double |
opencv_imgproc.cvGetSpatialMoment(opencv_imgproc.CvMoments moments,
int x_order,
int y_order) |
static void |
opencv_imgproc.cvMoments(opencv_core.CvArr arr,
opencv_imgproc.CvMoments moments) |
static void |
opencv_imgproc.cvMoments(opencv_core.CvArr arr,
opencv_imgproc.CvMoments moments,
int binary) |
| Constructor and Description |
|---|
opencv_imgproc.Moments(opencv_imgproc.CvMoments moments)
the conversion from CvMoments
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadLocal<opencv_imgproc.CvMoments> |
opencv_imgproc.AbstractCvMoments.createThreadLocal() |
Copyright © 2014. All Rights Reserved.