|
ToolsHomography Method (PointF, PointF)
|
Creates an homography matrix matching points
from a set of points to another.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static MatrixH Homography(
PointF[] points1,
PointF[] points2
)
Public Shared Function Homography (
points1 As PointF(),
points2 As PointF()
) As MatrixH
Request Example
View SourceParameters
- points1
- Type: System.DrawingPointF
- points2
- Type: System.DrawingPointF
Return Value
Type:
MatrixHSee Also