C# 클래스 ImageMagick.ChannelMoments

Encapsulation of the ImageMagick ChannelMoments object.
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
HuInvariants ( int index ) : double

Returns the Hu invariants.

비공개 메소드들

메소드 설명
ChannelMoments ( PixelChannel channel, IntPtr instance ) : System
Create ( PixelChannel channel, IntPtr instance ) : ChannelMoments
SetHuInvariants ( NativeChannelMoments nativeInstance ) : void

메소드 상세

HuInvariants() 공개 메소드

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