opencv/modules/python
Cartucho 7267e94be7 Merge pull request #9736 from Cartucho/const_and_class_to_json
* Adding constants to json file

* adding sub-module to constants name

* adding namespace to functions

* adding namespace to classes

* remove namespace from methods

* static methods

* python signatures generation

* python: more fixes for signatures generation

Python names existence can be checked via command:

    python -c "import cv2 as cv; print(repr(<py_name>))"
2017-11-04 06:38:18 +03:00
..
python2
python3
src2 Merge pull request #9736 from Cartucho/const_and_class_to_json 2017-11-04 06:38:18 +03:00
test Fixed 'boundary' spelling 2017-09-26 23:42:48 -04:00
CMakeLists.txt
common.cmake