提交 033c01af 编写于 作者: V Vladislav Vinogradov

fix video_reader GPU sample compilation after latest changes in master

上级 9bda0546
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册