t/calib: Even more docs

This commit is contained in:
Jakob Bornecrantz 2019-11-20 19:10:05 +00:00
parent 4925ea657f
commit 26d7e91615

View file

@ -164,8 +164,13 @@ public:
//! Number of frames to capture before restarting.
uint32_t num_collect_restart = 1;
//! Is the camera fisheye.
bool use_fisheye = false;
//! Should we clear the frame.
bool clear_frame = false;
//! Dump all of the measurements to stdout.
bool dump_measurements = false;
cv::Mat grey = {};