📄️ draw_box
drawbox(img Box, color Thickness = 2) -> np.ndarray
📄️ draw_boxes
drawboxes(img Boxes, colors Thicknesses = 2) -> np.ndarray
📄️ draw_mask
drawmask(img np.ndarray, colormap tuple[float, float] = (0.5, 0.5), gamma bool = False) -> np.ndarray
📄️ draw_polygon
drawpolygon(img Polygon, color Thickness = 2, fillup: bool = False, kwargs) -> np.ndarray
📄️ draw_polygons
drawpolygons(img Polygons, colors Thicknesses = 2, fillup: bool = False, kwargs) -> np.ndarray
📄️ draw_text
drawtext(img str, location Color = (0, 0, 0), textsize str | Path | None = None, kwargs) -> np.ndarray