LCP (Lens Correction Profile) support
see issue 1343
This commit is contained in:
@@ -243,10 +243,14 @@ class RotateParamsEdited {
|
||||
class DistortionParamsEdited {
|
||||
|
||||
public:
|
||||
bool uselensfun;
|
||||
bool amount;
|
||||
};
|
||||
|
||||
class LensProfParamsEdited {
|
||||
public:
|
||||
bool lcpFile;
|
||||
};
|
||||
|
||||
class PerspectiveParamsEdited {
|
||||
|
||||
public:
|
||||
@@ -386,6 +390,7 @@ class ParamsEdited {
|
||||
CommonTransformParamsEdited commonTrans;
|
||||
RotateParamsEdited rotate;
|
||||
DistortionParamsEdited distortion;
|
||||
LensProfParamsEdited lensProf;
|
||||
PerspectiveParamsEdited perspective;
|
||||
CACorrParamsEdited cacorrection;
|
||||
VignettingParamsEdited vignetting;
|
||||
|
Reference in New Issue
Block a user