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