1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
This commit is contained in:
Vladimir
2015-06-09 00:03:34 +09:00
parent 0c610a5e63
commit 59c0798cbd

View File

@@ -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;
}