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