RectIntersectType Enumeration |
http://www.emgu.com
Rectangle intersect type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum RectIntersectType
Public Enumeration RectIntersectType
public enum class RectIntersectType
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