Start » Filter Reference » OpenCV » Drawing » cvPolylines
Module: | OpenCV |
---|
Draws several polygonal curves.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image. | |
![]() |
inPts | PathArray | Shape to fill. | |
![]() |
inIsClosed | Bool | Flag indicating whether the drawn polylines are closed or not. If they are closed, the function draws a line from the last vertex of each curve to its first vertex. | |
![]() |
inColor | Pixel | Line color. | |
![]() |
inThickness | Integer | 1 - ![]() |
Thickness of the polyline edges. |
![]() |
inLineType | CvLineTypes | Type of the polygon boundaries. | |
![]() |
outImage | Image | Input image. |
Complexity Level
This filter is available on Basic Complexity Level.