Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Drawing » cvPolylines

cvPolylines


Module: OpenCV

Draws several polygonal curves.

Name Type Range Description
Input value
inImage Image Input image.
Input value
inPts PathArray Shape to fill.
Input value
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.
Input value
inColor Pixel Line color.
Input value
inThickness Integer 1 - Thickness of the polyline edges.
Input value
inLineType CvLineTypes Type of the polygon boundaries.
Output value
outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.