Click or drag to resize

RectanglesIntersectTypes Enumeration

types of intersection between rectangles

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum RectanglesIntersectTypes
Members
  Member nameValueDescription
None0 No intersection
Partial1 There is a partial intersection
Full2 One of the rectangle is fully enclosed in the other
See Also