OpenCvSharp.NativeMethods.core_Mat_push_back_Vec4s C# (CSharp) Method

core_Mat_push_back_Vec4s() private method

private core_Mat_push_back_Vec4s ( IntPtr self, Vec4s v ) : void
self IntPtr
v Vec4s
return void
        public static extern void core_Mat_push_back_Vec4s(IntPtr self, Vec4s v);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods