add kfactor support

This commit is contained in:
uvos 2021-07-20 15:31:23 +02:00
parent 7350c6ce96
commit 1b6c3672b6
5 changed files with 61 additions and 26 deletions

View file

@ -48,6 +48,7 @@ public:
cv::Mat calcurve;
std::vector<CameraSetup> cameras;
bool nodistort = false;
float kFactor = 0;
Profile(const QString& name = "");
void store(QSettings& settings) const;