mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-23 00:49:38 +08:00
tracking: rework tracking API
- simplify Tracker API - fix perf tests (don't measure video decoding)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <opencv2/core/utility.hpp>
|
||||
#include <opencv2/imgproc.hpp>
|
||||
#include <opencv2/tracking.hpp>
|
||||
#include <opencv2/videoio.hpp>
|
||||
#include <opencv2/highgui.hpp>
|
||||
@@ -24,7 +25,7 @@ int main( int argc, char** argv ){
|
||||
|
||||
// declares all required variables
|
||||
//! [vars]
|
||||
Rect2d roi;
|
||||
Rect roi;
|
||||
Mat frame;
|
||||
//! [vars]
|
||||
|
||||
|
Reference in New Issue
Block a user