mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
119d8b3aca
4.x: submodule or a class scope for exported classes * 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 * refactor: remove redundant GAPI aliases * fix: use explicit string literals in CVPY_TYPE macro * fix: add handling for class aliases |
||
---|---|---|
.. | ||
package/gapi | ||
samples | ||
test | ||
pyopencv_gapi.hpp | ||
python_bridge.hpp | ||
shadow_gapi.hpp |