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 Make external cv::dnn::Importer usage is deprecated 2017-09-18 08:52:36 +03:00
python3 Make external cv::dnn::Importer usage is deprecated 2017-09-18 08:52:36 +03:00
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 cmake world: allow to build python bindings 2017-01-23 18:45:53 +03:00
common.cmake python: add special targets gen_opencv_python2(3) 2017-09-06 08:23:04 +03:00