added support for CA correction via lensfun

Performance could be improved (see the comments marked "agriggio" in iptransform.cc and rtlensfun.cc)
This commit is contained in:
Alberto Griggio
2017-10-26 23:55:52 +02:00
parent a29287eaa0
commit 830fd6fdbb
3 changed files with 44 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ public:
float getCropFactor() const;
bool hasVignettingCorrection() const;
bool hasDistortionCorrection() const;
bool hasCACorrection() const;
private:
friend class LFDatabase;