C# Class ImageMagick.Moments

Encapsulation of the ImageMagick ImageMoments object.
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
Composite ( ) : ChannelMoments

Gets the moments for the all the channels.

GetChannel ( PixelChannel channel ) : ChannelMoments

Gets the moments for the specified channel.

Private Methods

Method Description
AddChannel ( IntPtr list, PixelChannel channel ) : void
DisposeList ( IntPtr list ) : void
Moments ( MagickImage image, IntPtr list ) : System

Method Details

Composite() public method

Gets the moments for the all the channels.
public Composite ( ) : ChannelMoments
return ChannelMoments

GetChannel() public method

Gets the moments for the specified channel.
public GetChannel ( PixelChannel channel ) : ChannelMoments
channel PixelChannel The channel to get the moments for.
return ChannelMoments