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