Skip to content
Miro Voellmy edited this page Apr 3, 2017 · 17 revisions

Welcome to the stove-state wiki!

Python OpenCV Indexing Info

Color information is saved as B-G-R vector.

Drawing functions are indexed [column, row]: cv2.circle(img, (column, row), 10, 255)

Numpy Arrays and image coordinates are indexed [rows, column]: opencv_indexing

Clone this wiki locally