New highlight reconstruction algorithm, replaces color propagation.

This commit is contained in:
Emil Martinec
2011-06-27 07:46:01 -05:00
parent 70a34d67d3
commit 88c7e54774
13 changed files with 727 additions and 114 deletions

View File

@@ -39,7 +39,7 @@
namespace rtengine {
void ImProcFunctions::PF_correct_RT(LabImage * src, LabImage * dst, double radius, int thresh, bool edges) {
void ImProcFunctions::PF_correct_RT(LabImage * src, LabImage * dst, double radius, int thresh) {
float threshsqr = SQR(thresh);
int halfwin = ceil(2*radius)+1;