C# Class Accord.Imaging.Filters.Rectification

Rectification filter for projective transformation.
Inheritance: AForge.Imaging.Filters.BaseTransformationFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Rectification ( MatrixH homography ) : System.Collections.Generic

Constructs a new Blend filter.

Rectification ( double homography ) : System.Collections.Generic

Constructs a new Blend filter.

Méthodes protégées

Méthode Description
CalculateNewImageSize ( UnmanagedImage sourceData ) : Size

Computes the new image size.

ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the image filter.

Method Details

CalculateNewImageSize() protected méthode

Computes the new image size.
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : Size
sourceData AForge.Imaging.UnmanagedImage
Résultat System.Drawing.Size

ProcessFilter() protected méthode

Process the image filter.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData AForge.Imaging.UnmanagedImage
destinationData AForge.Imaging.UnmanagedImage
Résultat void

Rectification() public méthode

Constructs a new Blend filter.
public Rectification ( MatrixH homography ) : System.Collections.Generic
homography MatrixH The homography matrix mapping a second image to the overlay image.
Résultat System.Collections.Generic

Rectification() public méthode

Constructs a new Blend filter.
public Rectification ( double homography ) : System.Collections.Generic
homography double The homography matrix mapping a second image to the overlay image.
Résultat System.Collections.Generic