merge branch 'lensprofile-ca-correction' into 'dev'
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
void correctDistortion(double &x, double &y, int cx, int cy, double scale) const override;
|
||||
bool isCACorrectionAvailable() const override;
|
||||
void correctCA(double &x, double &y, int channel) const override;
|
||||
void correctCA(double &x, double &y, int cx, int cy, int channel) const override;
|
||||
void processVignetteLine(int width, int y, float *line) const override;
|
||||
void processVignetteLine3Channels(int width, int y, float *line) const override;
|
||||
|
||||
@@ -91,6 +91,7 @@ public:
|
||||
float getCropFactor() const;
|
||||
bool hasVignettingCorrection() const;
|
||||
bool hasDistortionCorrection() const;
|
||||
bool hasCACorrection() const;
|
||||
|
||||
private:
|
||||
friend class LFDatabase;
|
||||
|
||||
Reference in New Issue
Block a user