opencv/modules/python
Vadim Levin ccebbbc0ac feature: submodule or a class scope for exported classes
All classes are registered in the scope that corresponds to C++
namespace or exported class.

Example:
`cv::ml::Boost` is exported as `cv.ml.Boost`
`cv::SimpleBlobDetector::Params` is exported as
`cv.SimpleBlobDetector.Params`

For backward compatibility all classes are registered in the global
module with their mangling name containing scope information.
Example:
`cv::ml::Boost` has `cv.ml_Boost` alias to `cv.ml.Boost` type
2022-03-02 14:30:52 +03:00
..
bindings cmake: fix files order in Python bindings 2021-04-01 09:48:50 +00:00
package pre: OpenCV 3.4.17 (version++) 2021-12-17 10:05:52 +00:00
python2 python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
python3 Limited API support for Python3 2019-06-11 15:15:49 +03:00
src2 feature: submodule or a class scope for exported classes 2022-03-02 14:30:52 +03:00
test feature: submodule or a class scope for exported classes 2022-03-02 14:30:52 +03:00
CMakeLists.txt cmake: fix missing project() warning in Python standalone builds 2020-03-12 14:29:31 +03:00
common.cmake Merge pull request #21219 from asenyaev:asen/remove_distutils 2021-12-08 18:51:34 +00:00
python_loader.cmake fixes #16500 2020-02-20 11:10:12 +08:00
standalone.cmake python: update CMake install rules 2019-03-15 13:11:00 +03:00