Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

points1
Type: System.DrawingPointF
points2
Type: System.DrawingPointF

Return Value

Type: Single
See Also