Click or drag to resize

NativeMethodsimgproc_undistortPoints 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 imgproc_undistortPoints(
	IntPtr src,
	IntPtr dst,
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr r,
	IntPtr p
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
r
Type: SystemIntPtr
p
Type: SystemIntPtr
See Also