NativeMethodscore_FileNode_read_Vec6f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Vec6f core_FileNode_read_Vec6f( IntPtr node )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNode_read_Vec6f ( node As IntPtr ) As Vec6f
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Vec6f core_FileNode_read_Vec6f( IntPtr node )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_Vec6f : node : IntPtr -> Vec6f
OpenCvSharp.NativeMethods.core_FileNode_read_Vec6f = function(node);