Moment state structure
Inheritance Hierarchy
OpenCvSharpCvMoments
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvMoments type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvMoments |
Default constructor
|
![]() | CvMoments(CvArr, Boolean) |
Initialize by cvMoments
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCentralMoment |
Retrieves central moment from moment state structure
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHuMoments |
Calculates seven Hu invariants
|
![]() | GetNormalizedCentralMoment |
Retrieves normalized central moment from moment state structure
|
![]() | GetSpatialMoment |
Retrieves spatial moment from moment state structure
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | InvSqrtM00 | |
![]() | M00 | |
![]() | M01 | |
![]() | M02 | |
![]() | M03 | |
![]() | M10 | |
![]() | M11 | |
![]() | M12 | |
![]() | M20 | |
![]() | M21 | |
![]() | M30 | |
![]() | Mu02 | |
![]() | Mu03 | |
![]() | Mu11 | |
![]() | Mu12 | |
![]() | Mu20 | |
![]() | Mu21 | |
![]() | Mu30 |
See Also