Class Moments
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
The normalized moments of one or more image channels.
public sealed class Moments : IMoments
- Inheritance
-
Moments
- Implements
-
IMoments
- Inherited Members
Methods
Composite()
Gets the moments for the all the channels.
public IChannelMoments Composite()
Returns
- IChannelMoments
The moments for the all the channels.
GetChannel(PixelChannel?)
Gets the moments for the specified channel.
public IChannelMoments? GetChannel(PixelChannel? channel)
Parameters
channel
PixelChannelThe channel to get the moments for.
Returns
- IChannelMoments
The moments for the specified channel.