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