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