Draw Module =========== The draw module provides functions for drawing shapes and text on images with a more user-friendly interface than OpenCV's native drawing functions. .. automodule:: cv3.draw :members: :undoc-members: :show-inheritance: .. autosummary:: :toctree: generated/ :template: function.rst rectangle polylines fill_poly circle point points line hline vline text rectangles arrow ellipse marker getTextSize putText