NativeMethodsimgproc_rotatedRectangleIntersection_OutputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_rotatedRectangleIntersection_OutputArray( RotatedRect rect1, RotatedRect rect2, IntPtr intersectingRegion )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_rotatedRectangleIntersection_OutputArray ( rect1 As RotatedRect, rect2 As RotatedRect, intersectingRegion As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_rotatedRectangleIntersection_OutputArray( RotatedRect rect1, RotatedRect rect2, IntPtr intersectingRegion )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_rotatedRectangleIntersection_OutputArray : rect1 : RotatedRect * rect2 : RotatedRect * intersectingRegion : IntPtr -> int
OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_OutputArray = function(rect1, rect2, intersectingRegion);