further tweaks to the PDAF lines filter

This commit is contained in:
Alberto Griggio
2018-03-06 23:23:38 +01:00
parent 5741149448
commit cabf1160dd
2 changed files with 79 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
*
* This file is part of RawTherapee.
*
* Copyright (c) 2017 Alberto Griggio <alberto.griggio@gmail.com>
* Copyright (c) 2018 Alberto Griggio <alberto.griggio@gmail.com>
*
* RawTherapee is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -31,11 +31,14 @@ public:
int mark(array2D<float> &rawData, PixelsMap &bpMap);
private:
int markLine(array2D<float> &rawData, PixelsMap &bpMap, int y);
RawImage *ri_;
int W_;
int H_;
std::vector<int> pattern_;
int offset_;
std::vector<char> rowmap_;
};
} // namespace rtengine