Click or drag to resize
Accord.NET (logo)

ToolsFundamental Method (PointH, PointH, PointH)

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(
	PointH[] points1,
	PointH[] points2,
	out PointH[] epipoles
)
Request Example View Source

Parameters

points1
Type: Accord.ImagingPointH
points2
Type: Accord.ImagingPointH
epipoles
Type: Accord.ImagingPointH

Return Value

Type: Single
See Also