started working on proof-of-concept histogram matching
This commit is contained in:
@@ -137,6 +137,13 @@ public:
|
||||
histGreenRaw.clear();
|
||||
histBlueRaw.clear(); // only some sources will supply this
|
||||
}
|
||||
|
||||
// for RAW files, compute a tone curve using histogram matching on the embedded thumbnail
|
||||
virtual void getAutoMatchedToneCurve(std::vector<double> &outCurve)
|
||||
{
|
||||
outCurve = { 0.0 };
|
||||
}
|
||||
|
||||
double getDirPyrDenoiseExpComp ( )
|
||||
{
|
||||
return dirpyrdenoiseExpComp;
|
||||
|
||||
Reference in New Issue
Block a user