mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
ccebbbc0ac
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 |
||
---|---|---|
.. | ||
cv2.cpp | ||
gen2.py | ||
hdr_parser.py | ||
pycompat.hpp |