TextlineOrder Enumeration |
http://www.emgu.com
Textline order
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic enum TextlineOrder
Public Enumeration TextlineOrder
public enum class TextlineOrder
Members
| Member name | Value | Description |
---|
| LeftToRight | 0 |
Left to right
|
| RightToLeft | 1 |
Right to left
|
| TopToBottom | 2 |
Top to bottom
|
See Also