Click or drag to resize

RectIntersectType Enumeration

http://www.emgu.com
Rectangle intersect type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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