mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
986e379f28
Adds missing typing stubs: - Matrix depths: `CV_8U`, `CV_8S` and etc. - Matrix type constants: `CV_8UC1`, `CV_32FC3` and etc. - Matrix type factory functions: `CV_*(channels) -> int` and `CV_MAKETYPE`