opencv/modules/python/src2/typing_stubs_generation
Vadim Levin 986e379f28 feat: add matrix type stubs generation
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`
2023-07-10 17:35:27 +03:00
..
nodes Add missing properties to error class 2023-07-04 17:57:30 -04:00
__init__.py Merge pull request #20370 from ddacw:stub-gen-next 2023-05-26 18:25:46 +03:00
api_refinement.py feat: add matrix type stubs generation 2023-07-10 17:35:27 +03:00
ast_utils.py Merge pull request #23801 from VadimLevin:dev/vlevin/python-stubs-api-refinement 2023-06-21 10:44:36 +03:00
generation.py feat: add matrix type stubs generation 2023-07-10 17:35:27 +03:00
predefined_types.py fix: conditionally define generic NumPy NDArray alias 2023-06-20 20:05:58 +03:00
types_conversion.py Merge pull request #20370 from ddacw:stub-gen-next 2023-05-26 18:25:46 +03:00