Click or drag to resize

NativeMethodscore_borderInterpolate Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_borderInterpolate(
	int p,
	int len,
	int borderType,
	out int returnValue
)

Parameters

p
Type: SystemInt32

[Missing <param name="p"/> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

len
Type: SystemInt32

[Missing <param name="len"/> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

borderType
Type: SystemInt32

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_borderInterpolate(System.Int32,System.Int32,System.Int32,System.Int32@)"]

See Also