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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| test_algorithm_rw.py | ||
| test_async.py | ||
| test_camshift.py | ||
| test_dft.py | ||
| test_filestorage_io.py | ||
| test_fitline.py | ||
| test_gaussian_mix.py | ||
| test_grabcut.py | ||
| test_houghcircles.py | ||
| test_houghlines.py | ||
| test_kmeans.py | ||
| test_legacy.py | ||
| test_misc.py | ||
| test_morphology.py | ||
| test_mser.py | ||
| test_norm.py | ||
| test_persistence.py | ||
| test_squares.py | ||
| test_texture_flow.py | ||
| test_umat.py | ||
| test_watershed.py | ||
| test.py | ||
| tests_common.py | ||
| tst_scene_render.py | ||