Click or drag to resize

NativeMethodsimgproc_initUndistortRectifyMap 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_initUndistortRectifyMap(
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr r,
	IntPtr newCameraMatrix,
	Size size,
	int m1Type,
	IntPtr map1,
	IntPtr map2
)

Parameters

cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
r
Type: SystemIntPtr
newCameraMatrix
Type: SystemIntPtr
size
Type: OpenCvSharpSize
m1Type
Type: SystemInt32
map1
Type: SystemIntPtr
map2
Type: SystemIntPtr
See Also