Click or drag to resize

NativeMethodscore_Mat_reshape2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_reshape2(
	IntPtr self,
	int cn,
	int newndims,
	int[] newsz,
	out IntPtr returnValue
)

Parameters

self
Type: SystemIntPtr

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

cn
Type: SystemInt32

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

newndims
Type: SystemInt32

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

newsz
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also