merge branch 'lensprofile-ca-correction' into 'dev'

This commit is contained in:
Alberto Griggio
2017-11-14 22:53:27 +01:00
7 changed files with 163 additions and 74 deletions

View File

@@ -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;