Click or drag to resize

NativeMethodscore_Mat_resize2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_resize2(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_resize2(
	IntPtr obj,
	IntPtr sz,
	Scalar s
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_resize2(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar)"]

sz
Type: SystemIntPtr

[Missing <param name="sz"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_resize2(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar)"]

s
Type: OpenCvSharpScalar

[Missing <param name="s"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_resize2(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_resize2(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar)"]

See Also