pixelshift: Added green 7x7 correction grid

This commit is contained in:
heckflosse
2016-12-05 20:39:28 +01:00
parent 755a43f4ac
commit 98b405368f
4 changed files with 76 additions and 1 deletions

View File

@@ -1169,7 +1169,7 @@ public:
numMethods
}; // This MUST be the last enum
enum ePSMotionCorrection {
Grid1x1, Grid1x2, Grid3x3, Grid5x5
Grid1x1, Grid1x2, Grid3x3, Grid5x5, Grid7x7
};
static const char *methodstring[numMethods];