Enum LineType
Specifies the type of connectivity used for line rasterizing.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum LineType : int
Fields
Name | Description |
---|---|
Connected4 | Specifies the 4-connected Bresenham algorithm. |
Connected8 | Specifies the 8-connected Bresenham algorithm. |