Pentax pixelshift v0.0

This commit is contained in:
heckflosse
2016-11-04 18:27:21 +01:00
parent 2d730572f5
commit f27241a745
6 changed files with 82 additions and 3 deletions

View File

@@ -1165,7 +1165,7 @@ public:
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, mono, none,
enum eMethod { amaze, igv, lmmse, eahd, hphd, vng4, dcb, ahd, fast, mono, none, pixelshift_simple,
numMethods
}; // This MUST be the last enum
static const char *methodstring[numMethods];