|
ToolsFundamental Method (PointF, PointF)
|
Creates the fundamental matrix between two
images from a set of points from each image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static float[,] Fundamental(
PointF[] points1,
PointF[] points2
)
Public Shared Function Fundamental (
points1 As PointF(),
points2 As PointF()
) As Single(,)
Request Example
View SourceParameters
- points1
- Type: System.DrawingPointF
- points2
- Type: System.DrawingPointF
Return Value
Type:
SingleSee Also