Enum RectanglesIntersectTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
types of intersection between rectangles
public enum RectanglesIntersectTypes
Fields
Full = 2One of the rectangle is fully enclosed in the other
None = 0No intersection
Partial = 1There is a partial intersection