Enum ErGroupingModes
- Namespace
- OpenCvSharp.Text
- Assembly
- OpenCvSharp.dll
text::erGrouping / text::detectRegions operation modes.
public enum ErGroupingModes
Fields
OrientationAny = 1Text grouping method for grouping arbitrary oriented text. Not supported: removed upstream due to NFA code removal (opencv/opencv_contrib#2235).
OrientationHoriz = 0Exhaustive Search algorithm for grouping horizontally aligned text.