C# 클래스 ImageMagick.Moments

Encapsulation of the ImageMagick ImageMoments object.
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
Composite ( ) : ChannelMoments

Gets the moments for the all the channels.

GetChannel ( PixelChannel channel ) : ChannelMoments

Gets the moments for the specified channel.

비공개 메소드들

메소드 설명
AddChannel ( IntPtr list, PixelChannel channel ) : void
DisposeList ( IntPtr list ) : void
Moments ( MagickImage image, IntPtr list ) : System

메소드 상세

Composite() 공개 메소드

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

GetChannel() 공개 메소드

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