Skip to content
Snippets Groups Projects

feature/frame class

Merged Sebastian Hahta requested to merge feature/stereovideo-refactor into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -61,11 +61,13 @@ void StereoVideoSource::init(const string &file)
frames_ = std::vector<Frame>(2);
#ifdef HAVE_OPTFLOW
/*
// TODO make optional, can be calculated at later step
nvof_ = cv::cuda::NvidiaOpticalFlow_1_0::create(size.width, size.height,
cv::cuda::NvidiaOpticalFlow_1_0::NV_OF_PERF_LEVEL_SLOW,
true, false, false, 0);
*/
#endif
calib_ = ftl::create<Calibrate>(host_, "calibration", size, stream_);
Loading