Click or drag to resize

ERFilterGroupingMethod Enumeration

http://www.emgu.com
The grouping method

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum GroupingMethod
Members
  Member nameValueDescription
OrientationHoriz0 Only perform grouping horizontally.
OrientationAny1 Perform grouping in any orientation.
See Also