OpenCvSharp.NativeMethods.calib3d_computeCorrespondEpilines_array3d C# (CSharp) Method

calib3d_computeCorrespondEpilines_array3d() private method

private calib3d_computeCorrespondEpilines_array3d ( [ points, int pointsSize, int whichImage, double F, [ lines ) : void
points [
pointsSize int
whichImage int
F double
lines [
return void
        public static extern void calib3d_computeCorrespondEpilines_array3d(
            [In] Point3d[] points, int pointsSize,
            int whichImage, double[,] F, [In, Out] Point3f[] lines);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods