| RectIntersectType Enumeration |
http://www.emgu.com
Rectangle intersect type
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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