Back to Adaptive Vision Studio website

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

cvPolylines


Fills a convex shape.

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 RegionConnectivity Type of the polygon boundaries.
outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.