Commit 46858c43 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3463 from Dikay900:fix_sample_video_writer

parents 726ed263 8c919ed2
......@@ -11,6 +11,8 @@
#include "opencv2/cudacodec.hpp"
#include "opencv2/highgui.hpp"
#include "tick_meter.hpp"
int main(int argc, const char* argv[])
{
if (argc != 2)
......@@ -39,7 +41,7 @@ int main(int argc, const char* argv[])
std::vector<double> cpu_times;
std::vector<double> gpu_times;
cv::TickMeter tm;
TickMeter tm;
for (int i = 1;; ++i)
{
......
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