Readded bilinear demosaicing
Added elapsed timing verbose
This commit is contained in:
@@ -351,7 +351,7 @@ class EqualizerParams {
|
||||
class RAWParams {
|
||||
|
||||
public:
|
||||
enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,fast,
|
||||
enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,fast,bilinear,
|
||||
numMethods }; // This MUST be the last enum
|
||||
static const char *methodstring[numMethods];
|
||||
|
||||
|
Reference in New Issue
Block a user