Click or drag to resize

NativeMethodsimgproc_remap 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_remap(
	IntPtr src,
	IntPtr dst,
	IntPtr map1,
	IntPtr map2,
	int interpolation,
	int borderMode,
	Scalar borderValue
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
map1
Type: SystemIntPtr
map2
Type: SystemIntPtr
interpolation
Type: SystemInt32
borderMode
Type: SystemInt32
borderValue
Type: OpenCvSharpScalar
See Also