Commit 59c0798c authored by Vladimir's avatar Vladimir

Fix #3

parent 0c610a5e
......@@ -93,7 +93,7 @@ static void onMouse(int event, int x, int y, int, void*)
}
}
void main()
int main(int argc, char** argv)
{
//
// "MIL", "BOOSTING", "MEDIANFLOW", "TLD"
......@@ -224,4 +224,6 @@ void main()
waitKey(0);
return 0;
}
\ No newline at end of file
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