C# Class ImageMagick.ChannelMoments

Encapsulation of the ImageMagick ChannelMoments object.
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
HuInvariants ( int index ) : double

Returns the Hu invariants.

Private Methods

Method Description
ChannelMoments ( PixelChannel channel, IntPtr instance ) : System
Create ( PixelChannel channel, IntPtr instance ) : ChannelMoments
SetHuInvariants ( NativeChannelMoments nativeInstance ) : void

Method Details

HuInvariants() public method

Returns the Hu invariants.
public HuInvariants ( int index ) : double
index int The index to use.
return double