C# Класс ImageMagick.Moments

Encapsulation of the ImageMagick ImageMoments object.
Показать файл Открыть проект

Открытые методы

Метод Описание
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