Click or drag to resize

NativeMethodscalib3d_stereoRectifyUncalibrated_InputArray 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_InputArray(
	IntPtr points1,
	IntPtr points2,
	IntPtr F,
	Size imgSize,
	IntPtr H1,
	IntPtr H2,
	double threshold
)

Parameters

points1
Type: SystemIntPtr
points2
Type: SystemIntPtr
F
Type: SystemIntPtr
imgSize
Type: OpenCvSharpSize
H1
Type: SystemIntPtr
H2
Type: SystemIntPtr
threshold
Type: SystemDouble

Return Value

Type: Int32
See Also