OpenCvSharp.NativeMethods.calib3d_projectPoints_Mat C# (CSharp) Method

calib3d_projectPoints_Mat() private method

private calib3d_projectPoints_Mat ( IntPtr objectPoints, IntPtr rvec, IntPtr tvec, IntPtr cameraMatrix, IntPtr distCoeffs, IntPtr imagePoints, IntPtr jacobian, double aspectRatio ) : void
objectPoints System.IntPtr
rvec System.IntPtr
tvec System.IntPtr
cameraMatrix System.IntPtr
distCoeffs System.IntPtr
imagePoints System.IntPtr
jacobian System.IntPtr
aspectRatio double
return void
        public static extern void calib3d_projectPoints_Mat(IntPtr objectPoints,
                                                            IntPtr rvec, IntPtr tvec,
                                                            IntPtr cameraMatrix, IntPtr distCoeffs,
                                                            IntPtr imagePoints, IntPtr jacobian,
                                                            double aspectRatio);
NativeMethods