add kfactor support
This commit is contained in:
parent
7350c6ce96
commit
1b6c3672b6
5 changed files with 61 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue