NativeMethods.core_Mat_reshape3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_Mat_reshape3( IntPtr self, int cn, int newndims, int[] newsz )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_Mat_reshape3 ( self As IntPtr, cn As Integer, newndims As Integer, newsz As Integer() ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_Mat_reshape3( IntPtr self, int cn, int newndims, array<int>^ newsz )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_reshape3 : self : IntPtr * cn : int * newndims : int * newsz : int[] -> IntPtr
OpenCvSharp.NativeMethods.core_Mat_reshape3 = function(self, cn, newndims, newsz);