NativeMethodsimgproc_floodFill1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_floodFill1( IntPtr image, Point seedPoint, Scalar newVal, out Rect rect, Scalar loDiff, Scalar upDiff, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_floodFill1 ( image As IntPtr, seedPoint As Point, newVal As Scalar, <OutAttribute> ByRef rect As Rect, loDiff As Scalar, upDiff As Scalar, flags As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_floodFill1( IntPtr image, Point seedPoint, Scalar newVal, [OutAttribute] Rect% rect, Scalar loDiff, Scalar upDiff, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_floodFill1 : image : IntPtr * seedPoint : Point * newVal : Scalar * rect : Rect byref * loDiff : Scalar * upDiff : Scalar * flags : int -> int
OpenCvSharp.NativeMethods.imgproc_floodFill1 = function(image, seedPoint, newVal, rect, loDiff, upDiff, flags);