Click or drag to resize
Accord.NET (logo)

RectificationHomography Property

Gets or sets the Homography matrix used to map a image passed to the filter to the overlay image specified at filter creation.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public MatrixH Homography { get; set; }
Request Example View Source

Property Value

Type: MatrixH
See Also