1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /*M
- #ifndef OPENCV_TLD_DATASET
- #define OPENCV_TLD_DATASET
- #include "opencv2/core.hpp"
- namespace cv
- {
- namespace tld
- {
- CV_EXPORTS cv::Rect2d tld_InitDataset(int videoInd, const char* rootPath = "TLD_dataset", int datasetInd = 0);
- CV_EXPORTS cv::String tld_getNextDatasetFrame();
- }
- }
- #endif
|