Click or drag to resize
Accord.NET (logo)

Rectification Constructor (MatrixH)

Constructs a new Blend filter.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Rectification(
	MatrixH homography
)
Request Example View Source

Parameters

homography
Type: Accord.ImagingMatrixH
The homography matrix mapping a second image to the overlay image.
See Also