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