NativeMethodscore_Mat_forEach_Vec4s Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_forEach_Vec4s( IntPtr m, MatForeachFunctionVec4s proc )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_forEach_Vec4s ( m As IntPtr, proc As MatForeachFunctionVec4s )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_forEach_Vec4s( IntPtr m, MatForeachFunctionVec4s^ proc )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_forEach_Vec4s : m : IntPtr * proc : MatForeachFunctionVec4s -> unit
OpenCvSharp.NativeMethods.core_Mat_forEach_Vec4s = function(m, proc);