Click or drag to resize

Cv2InitUndistortRectifyMap Method

initializes maps for cv::remap() to correct lens distortion and optionally rectify the image

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void InitUndistortRectifyMap(
	InputArray cameraMatrix,
	InputArray distCoeffs,
	InputArray r,
	InputArray newCameraMatrix,
	Size size,
	MatType m1Type,
	OutputArray map1,
	OutputArray map2
)

Parameters

cameraMatrix
Type: OpenCvSharpInputArray
distCoeffs
Type: OpenCvSharpInputArray
r
Type: OpenCvSharpInputArray
newCameraMatrix
Type: OpenCvSharpInputArray
size
Type: OpenCvSharpSize
m1Type
Type: OpenCvSharpMatType
map1
Type: OpenCvSharpOutputArray
map2
Type: OpenCvSharpOutputArray
See Also