Local adjustments - Log encoding - Recovery based on mask luminance (#6038)

* GUI for recovery mask - Log encoding

* Enable recovery Log encoding with luminance mask
This commit is contained in:
Desmis
2021-01-01 12:05:33 +01:00
committed by GitHub
parent f61ebbccd2
commit b8d5a3d9fb
11 changed files with 288 additions and 2 deletions

View File

@@ -32,6 +32,8 @@
#include "opthelper.h"
#include "rawimagesource.h"
#include "rt_math.h"
#define BENCHMARK
#include "StopWatch.h"
namespace
{
@@ -289,7 +291,8 @@ namespace rtengine
{
void RawImageSource::HLRecovery_inpaint(float** red, float** green, float** blue)
{
{
BENCHFUN
double progress = 0.0;
if (plistener) {