OpenCvSharp.NativeMethods.core_Mat_reshape3 C# (CSharp) Method

core_Mat_reshape3() private method

private core_Mat_reshape3 ( IntPtr self, int cn, int newndims, [ newsz ) : IntPtr
self IntPtr
cn int
newndims int
newsz [
return IntPtr
        public static extern IntPtr core_Mat_reshape3(IntPtr self, int cn, int newndims, [MarshalAs(UnmanagedType.LPArray)] int[] newsz);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods