Click or drag to resize

NativeMethodscore_copyMakeBorder 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 core_copyMakeBorder(
	IntPtr src,
	IntPtr dst,
	int top,
	int bottom,
	int left,
	int right,
	int borderType,
	Scalar value
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
top
Type: SystemInt32
bottom
Type: SystemInt32
left
Type: SystemInt32
right
Type: SystemInt32
borderType
Type: SystemInt32
value
Type: OpenCvSharpScalar
See Also