Merge branch 'dev' into metadata-exiv2
This commit is contained in:
@@ -413,9 +413,21 @@ public:
|
||||
double Tmax;
|
||||
};
|
||||
|
||||
struct locallabDenoiseLC {
|
||||
double highres;
|
||||
double nres;
|
||||
double highres46;
|
||||
double nres46;
|
||||
double Lhighres;
|
||||
double Lnres;
|
||||
double Lhighres46;
|
||||
double Lnres46;
|
||||
};
|
||||
|
||||
virtual ~LocallabListener() = default;
|
||||
// virtual void refChanged(const std::vector<locallabRef> &ref, int selspot) = 0;
|
||||
virtual void minmaxChanged(const std::vector<locallabRetiMinMax> &minmax, int selspot) = 0;
|
||||
virtual void denChanged(const std::vector<locallabDenoiseLC> &denlc, int selspot) = 0;
|
||||
virtual void logencodChanged(const float blackev, const float whiteev, const float sourceg, const float sourceab, const float targetg, const bool autocomput, const bool autocie, const float jz1) = 0;
|
||||
virtual void refChanged2(float *huerefp, float *chromarefp, float *lumarefp, float *fabrefp, int selspot) = 0;
|
||||
};
|
||||
@@ -447,7 +459,7 @@ class AutoWBListener
|
||||
{
|
||||
public:
|
||||
virtual ~AutoWBListener() = default;
|
||||
virtual void WBChanged(double temp, double green, double rw, double gw, double bw, float studgood) = 0;
|
||||
virtual void WBChanged(int met, double temp, double green, double rw, double gw, double bw, float temp0, float delta, int bia, int dread, float studgood, float minchrom, int kmin, float histmin, float histmax) = 0;
|
||||
};
|
||||
|
||||
class FrameCountListener
|
||||
|
Reference in New Issue
Block a user