OpenCvSharp.NativeMethods.core_Mat_checkVector2 C# (CSharp) Method

core_Mat_checkVector2() private method

private core_Mat_checkVector2 ( IntPtr self, int elemChannels, int depth ) : int
self System.IntPtr
elemChannels int
depth int
return int
        public static extern int core_Mat_checkVector2(IntPtr self, int elemChannels, int depth);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods