Add flat field correction for monochrome raw files

This commit is contained in:
heckflosse
2018-03-09 14:51:28 +01:00
parent 9e05e18c8f
commit 84f46eaab6
9 changed files with 61 additions and 25 deletions

View File

@@ -52,6 +52,7 @@ public:
ColorTemp getSpotWB (std::vector<Coord2D> &red, std::vector<Coord2D> &green, std::vector<Coord2D> &blue, int tran, double equal);
eSensorType getSensorType() const {return ST_NONE;}
bool isMono() const {return false;}
bool isWBProviderReady ()
{