Click or drag to resize

NativeMethodscalib3d_stereoRectifyUncalibrated_array Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int calib3d_stereoRectifyUncalibrated_array(
	Point2d[] points1,
	int points1Size,
	Point2d[] points2,
	int points2Size,
	double[,] F,
	Size imgSize,
	double[,] H1,
	double[,] H2,
	double threshold
)

Parameters

points1
Type: OpenCvSharpPoint2d
points1Size
Type: SystemInt32
points2
Type: OpenCvSharpPoint2d
points2Size
Type: SystemInt32
F
Type: SystemDouble
imgSize
Type: OpenCvSharpSize
H1
Type: SystemDouble
H2
Type: SystemDouble
threshold
Type: SystemDouble

Return Value

Type: Int32
See Also