Enum RectanglesIntersectTypes
types of intersection between rectangles
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum RectanglesIntersectTypes
Fields
Name | Description |
---|---|
Full | One of the rectangle is fully enclosed in the other |
None | No intersection |
Partial | There is a partial intersection |