1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2025-08-27 16:11:31 +03:00
5 changed files with 68 additions and 2 deletions

View File

@@ -362,7 +362,7 @@ public:
/**
* \brief Returns a pointer to a new instance of MultiTracker
*/
CV_WRAP static Ptr<MultiTracker> create();
CV_WRAP static Ptr<legacy::MultiTracker> create();
protected:
//!< storage for the tracker algorithms.