CvInvokeRotatedRectangleIntersection Method |
Namespace: Emgu.CV
public static RectIntersectType RotatedRectangleIntersection( RotatedRect rect1, RotatedRect rect2, IOutputArray intersectingRegion )
Public Shared Function RotatedRectangleIntersection ( rect1 As RotatedRect, rect2 As RotatedRect, intersectingRegion As IOutputArray ) As RectIntersectType
public: static RectIntersectType RotatedRectangleIntersection( RotatedRect rect1, RotatedRect rect2, IOutputArray^ intersectingRegion )
static member RotatedRectangleIntersection : rect1 : RotatedRect * rect2 : RotatedRect * intersectingRegion : IOutputArray -> RectIntersectType
2019 Emgu Corporation, All Rights Reserved,