Click or drag to resize

NativeMethodsimgproc_initWideAngleProjMap 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 float imgproc_initWideAngleProjMap(
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	Size imageSize,
	int destImageWidth,
	int m1Type,
	IntPtr map1,
	IntPtr map2,
	int projType,
	double alpha
)

Parameters

cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
imageSize
Type: OpenCvSharpSize
destImageWidth
Type: SystemInt32
m1Type
Type: SystemInt32
map1
Type: SystemIntPtr
map2
Type: SystemIntPtr
projType
Type: SystemInt32
alpha
Type: SystemDouble

Return Value

Type: Single
See Also