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

@@ -145,6 +145,10 @@ public:
{
return ri != nullptr ? ri->getSensorType() : ST_NONE;
}
bool isMono () const
{
return ri->get_colors() == 1;
}
ColorTemp getWB () const
{
return camera_wb;