Commit caa27497 authored by Vladimir's avatar Vladimir

Warnings Fix #2

parent c743244f
...@@ -98,7 +98,7 @@ int main() ...@@ -98,7 +98,7 @@ int main()
// //
// "MIL", "BOOSTING", "MEDIANFLOW", "TLD" // "MIL", "BOOSTING", "MEDIANFLOW", "TLD"
// //
const char* tracker_algorithm_name = "TLD"; char* tracker_algorithm_name = (char*)"TLD";
Mat frame; Mat frame;
paused = false; paused = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment