“cv2.Rectangle” Respostas de código

cv2.Rectangle

import cv2

cv2.rectangle(img, (x1, y1), (x2, y2), (255,0,0), 2)


x1,y1 ------
|          |
|          |
|          |
--------x2,y2
devops unicorn

CV2 Rectang; LE

:                +------------------+
:                |                  |
:              height               |
:                |                  |
:               (xy)---- width -----+
Funny Farhan

Procure respostas de código populares por idioma

Procurar outros idiomas de código