• V
    feat: add matrix type stubs generation · 986e379f
    Vadim Levin 提交于
    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`
    986e379f
api_refinement.py 3.2 KB