C# Класс Accord.Imaging.Moments.RawMoments

Raw image moments.
Наследование: IMoments
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Compute ( UnmanagedImage image, Rectangle area ) : void

Computes the raw moments for the specified image.

Compute ( float image, Rectangle area ) : void

Computes the raw moments for the specified image.

RawMoments ( Bitmap image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( Bitmap image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( UnmanagedImage image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( float image, Rectangle area, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( float image, int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

RawMoments ( int order = DefaultOrder ) : System

Initializes a new instance of the Moments class.

Защищенные методы

Метод Описание
Reset ( ) : void

Resets all moments to zero.

Приватные методы

Метод Описание
Compute ( float image, Rectangle area, bool secondOrder ) : void

Описание методов

Compute() публичный метод

Computes the raw moments for the specified image.
public Compute ( UnmanagedImage image, Rectangle area ) : void
image AForge.Imaging.UnmanagedImage The image.
area System.Drawing.Rectangle The region of interest in the image to compute moments for.
Результат void

Compute() публичный метод

Computes the raw moments for the specified image.
public Compute ( float image, Rectangle area ) : void
image float The image.
area System.Drawing.Rectangle The region of interest in the image to compute moments for.
Результат void

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, Rectangle area, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
area System.Drawing.Rectangle
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( UnmanagedImage image, Rectangle area, int order = DefaultOrder ) : System
image AForge.Imaging.UnmanagedImage
area System.Drawing.Rectangle
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System
image AForge.Imaging.UnmanagedImage
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( float image, Rectangle area, int order = DefaultOrder ) : System
image float
area System.Drawing.Rectangle
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( float image, int order = DefaultOrder ) : System
image float
order int
Результат System

RawMoments() публичный метод

Initializes a new instance of the Moments class.
public RawMoments ( int order = DefaultOrder ) : System
order int
Результат System

Reset() защищенный метод

Resets all moments to zero.
protected Reset ( ) : void
Результат void