| RectanglesIntersectTypes Enumeration |
types of intersection between rectangles
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum RectanglesIntersectTypes
Public Enumeration RectanglesIntersectTypes
public enum class RectanglesIntersectTypes
type RectanglesIntersectTypes
Members
| Member name | Value | Description |
---|
| None | 0 |
No intersection
|
| Partial | 1 |
There is a partial intersection
|
| Full | 2 |
One of the rectangle is fully enclosed in the other
|
See Also