Emgu.CV.CvInvoke.cvStereoRectifyUncalibrated C# (CSharp) Метод

cvStereoRectifyUncalibrated() приватный Метод

private cvStereoRectifyUncalibrated ( IntPtr points1, IntPtr points2, IntPtr F, Size imageSize, IntPtr H1, IntPtr H2, double threshold ) : int
points1 IntPtr
points2 IntPtr
F IntPtr
imageSize Size
H1 IntPtr
H2 IntPtr
threshold double
Результат int
        public static extern int cvStereoRectifyUncalibrated(
         IntPtr points1,
         IntPtr points2,
         IntPtr F,
         Size imageSize,
         IntPtr H1,
         IntPtr H2,
         double threshold);
CvInvoke