Click or drag to resize

NativeMethodsimgproc_convertMaps 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_convertMaps(
	IntPtr map1,
	IntPtr map2,
	IntPtr dstmap1,
	IntPtr dstmap2,
	int dstmap1Type,
	int nninterpolation
)

Parameters

map1
Type: SystemIntPtr
map2
Type: SystemIntPtr
dstmap1
Type: SystemIntPtr
dstmap2
Type: SystemIntPtr
dstmap1Type
Type: SystemInt32
nninterpolation
Type: SystemInt32
See Also