NativeMethodsimgproc_boundingRect_Point2f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Rect imgproc_boundingRect_Point2f( Point2f[] curve, int curveLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_boundingRect_Point2f ( curve As Point2f(), curveLength As Integer ) As Rect
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Rect imgproc_boundingRect_Point2f( array<Point2f>^ curve, int curveLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_boundingRect_Point2f : curve : Point2f[] * curveLength : int -> Rect
OpenCvSharp.NativeMethods.imgproc_boundingRect_Point2f = function(curve, curveLength);