NativeMethodsimgproc_copyMakeBorder Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_copyMakeBorder(
	IntPtr src,
	IntPtr dst,
	int top,
	int bottom,
	int left,
	int right,
	int borderType,
	CvScalar value
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

bottom
Type: SystemInt32

[Missing <param name="bottom"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

right
Type: SystemInt32

[Missing <param name="right"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

borderType
Type: SystemInt32

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

value
Type: OpenCvSharpCvScalar

[Missing <param name="value"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_copyMakeBorder(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

See Also

Reference