merge with lcp-vignetting-issue4062

This commit is contained in:
Alberto Griggio
2017-09-11 17:22:01 +02:00
9 changed files with 1019 additions and 788 deletions

View File

@@ -34,7 +34,7 @@ public:
bool ok() const;
void correctDistortion(double &x, double &y, int cx, int cy, double scale) const;
bool supportsCA() const { return false; }
bool isCACorrectionAvailable() const { return false; }
void correctCA(double &x, double &y, int channel) const {}
void processVignetteLine(int width, int y, float *line) const;
void processVignetteLine3Channels(int width, int y, float *line) const;