http://www.emgu.com
The type of line for drawing
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxPublic Enumeration LineType
public enum class LineType
Members
| Member name | Value | Description |
---|
| EightConnected | 8 |
8-connected
|
| FourConnected | 4 |
4-connected
|
| AntiAlias | 16 |
Anti-alias
|
See Also