Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX