Merge pull request #6909 from jet47:fix-gpu-examples-compilation

pull/6916/head
Maksim Shabunin 9 years ago
commit 2d964f800d
  1. 2
      samples/gpu/video_reader.cpp

@ -31,7 +31,7 @@ int main(int argc, const char* argv[])
cv::cuda::GpuMat d_frame;
cv::Ptr<cv::cudacodec::VideoReader> d_reader = cv::cudacodec::createVideoReader(fname);
TickMeter tm;
cv::TickMeter tm;
std::vector<double> cpu_times;
std::vector<double> gpu_times;

Loading…
Cancel
Save