OpenCvSharp.NativeMethods.calib3d_stereoRectifyUncalibrated_InputArray C# (CSharp) Method

calib3d_stereoRectifyUncalibrated_InputArray() private method

private calib3d_stereoRectifyUncalibrated_InputArray ( IntPtr points1, IntPtr points2, IntPtr F, Size imgSize, IntPtr H1, IntPtr H2, double threshold ) : int
points1 System.IntPtr
points2 System.IntPtr
F System.IntPtr
imgSize Size
H1 System.IntPtr
H2 System.IntPtr
threshold double
return int
        public static extern int calib3d_stereoRectifyUncalibrated_InputArray(
            IntPtr points1, IntPtr points2,
            IntPtr F, Size imgSize,
            IntPtr H1, IntPtr H2,
            double threshold);
NativeMethods