Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
CvMoments Struct Reference
[C API]
Spatial and central moments. More...
#include <types_c.h>
Data Fields | |
double | m03 |
spatial moments | |
double | mu03 |
central moments | |
double | inv_sqrt_m00 |
m00 != 0 ? 1/sqrt(m00) : 0 |
Detailed Description
Spatial and central moments.
Definition at line 397 of file imgproc/types_c.h.
Field Documentation
double inv_sqrt_m00 |
m00 != 0 ? 1/sqrt(m00) : 0
Definition at line 401 of file imgproc/types_c.h.
double m03 |
spatial moments
Definition at line 399 of file imgproc/types_c.h.
double mu03 |
central moments
Definition at line 400 of file imgproc/types_c.h.
Generated on Tue Jul 12 2022 18:20:22 by
