Added support for monochrome cameras (like Leica Monochrome) and IR-modified bayer cameras through new demosaicer "mono"

This commit is contained in:
torger
2014-06-20 15:19:20 +02:00
parent b38f192470
commit b86d108d0b
8 changed files with 147 additions and 41 deletions

View File

@@ -778,7 +778,7 @@ class RAWParams {
public:
// enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,IGV_noise,fast,
// numMethods }; // This MUST be the last enum
enum eMethod{amaze,igv,lmmse,eahd,hphd,vng4,dcb,ahd,fast,none,
enum eMethod{amaze,igv,lmmse,eahd,hphd,vng4,dcb,ahd,fast,mono,none,
numMethods }; // This MUST be the last enum
static const char *methodstring[numMethods];