Class Moments
The equivalent of cv::Moments
public class Moments : UnmanagedObject, IDisposable
- Inheritance
-
Moments
- Implements
- Inherited Members
Constructors
Moments()
Create an empty Moment object
public Moments()
Properties
GravityCenter
The Gravity Center of this Moment
public MCvPoint2D64f GravityCenter { get; }
Property Value
M00
Spatial Moment M00
public double M00 { get; set; }
Property Value
M01
Spatial Moment M01
public double M01 { get; set; }
Property Value
M02
Spatial Moment M02
public double M02 { get; set; }
Property Value
M03
Spatial Moment M03
public double M03 { get; set; }
Property Value
M10
Spatial Moment M10
public double M10 { get; set; }
Property Value
M11
Spatial Moment M11
public double M11 { get; set; }
Property Value
M12
Spatial Moment M12
public double M12 { get; set; }
Property Value
M20
Spatial Moment M20
public double M20 { get; set; }
Property Value
M21
Spatial Moment M21
public double M21 { get; set; }
Property Value
M30
Spatial Moment M30
public double M30 { get; set; }
Property Value
Mu02
Central Moment Mu02
public double Mu02 { get; set; }
Property Value
Mu03
Central Moment Mu03
public double Mu03 { get; set; }
Property Value
Mu11
Central Moment Mu11
public double Mu11 { get; set; }
Property Value
Mu12
Central Moment Mu12
public double Mu12 { get; set; }
Property Value
Mu20
Central Moment Mu20
public double Mu20 { get; set; }
Property Value
Mu21
Central Moment Mu21
public double Mu21 { get; set; }
Property Value
Mu30
Central Moment Mu30
public double Mu30 { get; set; }
Property Value
Nu02
Central Normalized Moment Nu02
public double Nu02 { get; set; }
Property Value
Nu03
Central Normalized Moment Nu03
public double Nu03 { get; set; }
Property Value
Nu11
Central Normalized Moment Nu11
public double Nu11 { get; set; }
Property Value
Nu12
Central Normalized Moment Nu12
public double Nu12 { get; set; }
Property Value
Nu20
Central Normalized Moment Nu20
public double Nu20 { get; set; }
Property Value
Nu21
Central Normalized Moment Nu21
public double Nu21 { get; set; }
Property Value
Nu30
Central Normalized Moment Nu30
public double Nu30 { get; set; }
Property Value
Methods
DisposeObject()
Release the unmanaged resources
protected override void DisposeObject()