C# Class Accord.Imaging.Moments.RawMoments

Raw image moments.
Inheritance: IMoments
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Reset ( ) : void

Resets all moments to zero.

Private Methods

Méthode Description
Compute ( float image, Rectangle area, bool secondOrder ) : void

Method Details

Compute() public méthode

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.
Résultat void

Compute() public méthode

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.
Résultat void

RawMoments() public méthode

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
Résultat System

RawMoments() public méthode

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
order int
Résultat System

RawMoments() public méthode

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
Résultat System

RawMoments() public méthode

Initializes a new instance of the Moments class.
public RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System
image AForge.Imaging.UnmanagedImage
order int
Résultat System

RawMoments() public méthode

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
Résultat System

RawMoments() public méthode

Initializes a new instance of the Moments class.
public RawMoments ( float image, int order = DefaultOrder ) : System
image float
order int
Résultat System

RawMoments() public méthode

Initializes a new instance of the Moments class.
public RawMoments ( int order = DefaultOrder ) : System
order int
Résultat System

Reset() protected méthode

Resets all moments to zero.
protected Reset ( ) : void
Résultat void