Class ChannelMoments
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
The normalized moments of one image channels.
public sealed class ChannelMoments : IChannelMoments
- Inheritance
-
ChannelMoments
- Implements
-
IChannelMoments
- Inherited Members
Properties
Centroid
Gets the centroid.
public PointD Centroid { get; }
Property Value
- PointD
Channel
Gets the channel of this moment.
public PixelChannel Channel { get; }
Property Value
- PixelChannel
EllipseAngle
Gets the ellipse angle.
public double EllipseAngle { get; }
Property Value
EllipseAxis
Gets the ellipse axis.
public PointD EllipseAxis { get; }
Property Value
- PointD
EllipseEccentricity
Gets the ellipse eccentricity.
public double EllipseEccentricity { get; }
Property Value
EllipseIntensity
Gets the ellipse intensity.
public double EllipseIntensity { get; }
Property Value
Methods
HuInvariants(int)
Returns the Hu invariants.
public double HuInvariants(int index)
Parameters
index
intThe index to use.
Returns
- double
The Hu invariants.