fix video_reader GPU sample compilation after latest changes in master

This commit is contained in:
Vladislav Vinogradov 2016-07-14 16:18:43 +03:00
parent 9bda0546f8
commit 033c01afe2

View File

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