NativeMethodsimgproc_Subdiv2D_findNearest Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_Subdiv2D_findNearest( IntPtr obj, Point2f pt, out Point2f nearestPt )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_Subdiv2D_findNearest ( obj As IntPtr, pt As Point2f, <OutAttribute> ByRef nearestPt As Point2f ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_Subdiv2D_findNearest( IntPtr obj, Point2f pt, [OutAttribute] Point2f% nearestPt )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_findNearest : obj : IntPtr * pt : Point2f * nearestPt : Point2f byref -> int
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_findNearest = function(obj, pt, nearestPt);