Table of Contents

Enum ErGroupingModes

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

text::erGrouping / text::detectRegions operation modes.

public enum ErGroupingModes

Fields

OrientationAny = 1

Text grouping method for grouping arbitrary oriented text. Not supported: removed upstream due to NFA code removal (opencv/opencv_contrib#2235).

OrientationHoriz = 0

Exhaustive Search algorithm for grouping horizontally aligned text.