NativeMethodsimgproc_pointPolygonTest_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_pointPolygonTest_Point( Point[] contour, int contourLength, Point2f pt, int measureDist )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_pointPolygonTest_Point ( contour As Point(), contourLength As Integer, pt As Point2f, measureDist As Integer ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_pointPolygonTest_Point( array<Point>^ contour, int contourLength, Point2f pt, int measureDist )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_pointPolygonTest_Point : contour : Point[] * contourLength : int * pt : Point2f * measureDist : int -> float
OpenCvSharp.NativeMethods.imgproc_pointPolygonTest_Point = function(contour, contourLength, pt, measureDist);