Skip to content
Snippets Groups Projects
Commit 59e817b8 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Merge branch 'master' of gitlab.utu.fi:nicolas.pope/ftl

parents 7a0724d6 b3ff19fc
No related branches found
No related tags found
No related merge requests found
Pipeline #10813 passed
......@@ -51,8 +51,8 @@ StereoVideoSource::StereoVideoSource(nlohmann::json &config, const string &file)
// TODO(Nick) Add fx and fy
q.at<double>(0,0), // Fx
q.at<double>(1,1), // Fy
q.at<double>(0,2), // Cx
q.at<double>(1,2), // Cy
-q.at<double>(0,2), // Cx
-q.at<double>(1,2), // Cy
(unsigned int)left_.cols, // TODO (Nick)
(unsigned int)left_.rows,
0.0f, // 0m min
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment