We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the stove-state wiki!
Color information is saved as B-G-R vector.
Drawing functions are indexed [column, row]: cv2.circle(img, (column, row), 10, 255)
cv2.circle(img, (column, row), 10, 255)
Numpy Arrays and image coordinates are indexed [rows, column]: