|
Rectification Constructor (Double)
|
Constructs a new Blend filter.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Rectification(
double[,] homography
)
Public Sub New (
homography As Double(,)
)
Request Example
View SourceParameters
- homography
- Type: SystemDouble
The homography matrix mapping a second image to the overlay image.
See Also