minor fix in gpu video_writer sample

pull/2/head
Vladislav Vinogradov 13 years ago
parent dd6b11b87d
commit e29d41c885
  1. 2
      samples/gpu/video_reader.cpp

@ -47,7 +47,7 @@ int main(int argc, const char* argv[])
gpu_times.push_back(tm.getTimeMilli());
cv::imshow("CPU", frame);
cv::imshow("GPU", frame);
cv::imshow("GPU", d_frame);
if (cv::waitKey(3) > 0)
break;

Loading…
Cancel
Save