mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-21 23:01:45 +08:00
tracking: rework tracking API
- simplify Tracker API - fix perf tests (don't measure video decoding)
This commit is contained in:
@@ -41,7 +41,7 @@ int main(int argc, char** argv)
|
||||
cap >> frame;
|
||||
|
||||
// target bounding box
|
||||
Rect2d roi;
|
||||
Rect roi;
|
||||
if (argc > 2) {
|
||||
// read first line of ground-truth file
|
||||
std::string groundtruthPath = argv[2];
|
||||
|
Reference in New Issue
Block a user