1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00
Files
opencv/modules
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
..
2020-04-15 23:25:12 +09:00
2018-09-07 20:33:52 +09:00
2020-08-21 23:52:30 +09:00
2019-08-08 21:49:32 +09:00
2018-09-07 20:33:52 +09:00
2021-11-26 12:29:56 +01:00
2021-08-28 17:11:26 +00:00