{% extends "base.html" %} {% block title %} fillPoly {% endblock %} {% block description %}

Fills the area bounded by one or more polygons.

{% endblock %} {% block signature %}
cv2.fillPoly(img, pts, color[, lineType[, shift[, offset]]]) → dst
{% endblock %} {% block parameters %} {% endblock %} {% block explanation %}

The function fillPoly fills an area bounded by several polygonal contours. The function can fill complex areas, for example, areas with holes, contours with self-intersections (some of their parts), and so forth.

{% endblock %} {% block references %} {% endblock %}