Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_imgproc |
Modifier and Type | Method and Description |
---|---|
static CvMoments |
opencv_imgproc.cvMoments() |
static CvMoments |
opencv_imgproc.cvMoments(Moments m) |
Modifier and Type | Method and Description |
---|---|
static double |
opencv_imgproc.cvGetCentralMoment(CvMoments moments,
int x_order,
int y_order)
\brief Retrieve central moments
|
static void |
opencv_imgproc.cvGetHuMoments(CvMoments moments,
CvHuMoments hu_moments)
\brief Calculates 7 Hu's invariants from precalculated spatial and central moments
|
static double |
opencv_imgproc.cvGetNormalizedCentralMoment(CvMoments moments,
int x_order,
int y_order)
\brief Retrieve normalized central moments
|
static double |
opencv_imgproc.cvGetSpatialMoment(CvMoments moments,
int x_order,
int y_order)
\brief Retrieve spatial moments
|
static void |
opencv_imgproc.cvMoments(CvArr arr,
CvMoments moments) |
static void |
opencv_imgproc.cvMoments(CvArr arr,
CvMoments moments,
int binary)
\brief Calculates all spatial and central moments up to the 3rd order
|
Modifier and Type | Method and Description |
---|---|
CvMoments |
CvMoments.inv_sqrt_m00(double setter) |
CvMoments |
CvMoments.m00(double setter) |
CvMoments |
CvMoments.m01(double setter) |
CvMoments |
CvMoments.m02(double setter) |
CvMoments |
CvMoments.m03(double setter) |
CvMoments |
CvMoments.m10(double setter) |
CvMoments |
CvMoments.m11(double setter) |
CvMoments |
CvMoments.m12(double setter) |
CvMoments |
CvMoments.m20(double setter) |
CvMoments |
CvMoments.m21(double setter) |
CvMoments |
CvMoments.m30(double setter) |
CvMoments |
CvMoments.mu02(double setter) |
CvMoments |
CvMoments.mu03(double setter) |
CvMoments |
CvMoments.mu11(double setter) |
CvMoments |
CvMoments.mu12(double setter) |
CvMoments |
CvMoments.mu20(double setter) |
CvMoments |
CvMoments.mu21(double setter) |
CvMoments |
CvMoments.mu30(double setter) |
CvMoments |
CvMoments.position(long position) |
Modifier and Type | Method and Description |
---|---|
static ThreadLocal<CvMoments> |
AbstractCvMoments.createThreadLocal() |
Copyright © 2020. All rights reserved.