Click or drag to resize

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)
Syntax
public enum RectIntersectType
Members
  Member nameValueDescription
None0 No intersection
Partial1 There is a partial intersection
Full2 One of the rectangle is fully enclosed in the other
See Also