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
public static ExceptionStatus core_Mat_reshape2( IntPtr self, int cn, int newndims, int[] newsz, out IntPtr returnValue )
Public Shared Function core_Mat_reshape2 ( self As IntPtr, cn As Integer, newndims As Integer, newsz As Integer(), <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus core_Mat_reshape2( IntPtr self, int cn, int newndims, [InAttribute] array<int>^ newsz, [OutAttribute] IntPtr% returnValue )
static member core_Mat_reshape2 : self : IntPtr * cn : int * newndims : int * newsz : int[] * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]
[Missing <param name="cn"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]
[Missing <param name="newndims"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]
[Missing <param name="newsz"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_reshape2(System.IntPtr,System.Int32,System.Int32,System.Int32[],System.IntPtr@)"]