C# Class Accord.Imaging.Filters.Rectification

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

Public Methods

Method Description
Rectification ( MatrixH homography ) : System.Collections.Generic

Constructs a new Blend filter.

Rectification ( double homography ) : System.Collections.Generic

Constructs a new Blend filter.

Protected Methods

Method Description
CalculateNewImageSize ( UnmanagedImage sourceData ) : Size

Computes the new image size.

ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the image filter.

Method Details

CalculateNewImageSize() protected method

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

ProcessFilter() protected method

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

Rectification() public method

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.
return System.Collections.Generic

Rectification() public method

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.
return System.Collections.Generic