mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
fixed compilation of gpu-basics-similarity tutorial:
initialize TIMES variable with some default value (10)
This commit is contained in:
parent
5ac8444c22
commit
fc1d38ced8
@ -69,7 +69,7 @@ int main(int, char *argv[])
|
||||
BufferPSNR bufferPSNR;
|
||||
BufferMSSIM bufferMSSIM;
|
||||
|
||||
int TIMES;
|
||||
int TIMES = 10;
|
||||
stringstream sstr(argv[3]);
|
||||
sstr >> TIMES;
|
||||
double time, result = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user