Table of Contents

Enum RectanglesIntersectTypes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

types of intersection between rectangles

public enum RectanglesIntersectTypes

Fields

Full = 2

One of the rectangle is fully enclosed in the other

None = 0

No intersection

Partial = 1

There is a partial intersection