mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
Fix #3
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user