opencv/modules/python/src2
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
..
cv2.cpp feature: submodule or a class scope for exported classes 2022-03-02 14:30:52 +03:00
gen2.py feature: submodule or a class scope for exported classes 2022-03-02 14:30:52 +03:00
hdr_parser.py Verbose output for errors found by header parser. 2021-09-27 10:53:23 +03:00
pycompat.hpp feature: submodule or a class scope for exported classes 2022-03-02 14:30:52 +03:00