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