Click or drag to resize

NativeMethodscalib3d_projectPoints_Mat 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 void calib3d_projectPoints_Mat(
	IntPtr objectPoints,
	IntPtr rvec,
	IntPtr tvec,
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr imagePoints,
	IntPtr jacobian,
	double aspectRatio
)

Parameters

objectPoints
Type: SystemIntPtr
rvec
Type: SystemIntPtr
tvec
Type: SystemIntPtr
cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
imagePoints
Type: SystemIntPtr
jacobian
Type: SystemIntPtr
aspectRatio
Type: SystemDouble
See Also