Commit 2d964f80 authored by Maksim Shabunin's avatar Maksim Shabunin

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

parents b0fa4776 033c01af
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment