Improvment Denoise -- how to deal with yellow noise and others quality improvment issue2131

This commit is contained in:
jdc
2013-12-21 07:46:28 +01:00
parent a90ae2a455
commit c3e790563f
13 changed files with 200 additions and 96 deletions

View File

@@ -66,7 +66,8 @@ public:
private:
static const int maxlevels = 8;//should be greater than any conceivable order of decimation
// static const int maxlevels = 8;//should be greater than any conceivable order of decimation
static const int maxlevels = 9;//should be greater than any conceivable order of decimation
int lvltot, subsamp;
size_t m_w, m_h;//dimensions
@@ -306,7 +307,7 @@ public:
private:
static const int maxlevels = 8;//should be greater than any conceivable order of decimation
static const int maxlevels = 9;//should be greater than any conceivable order of decimation
int lvltot, subsamp;
size_t m_w, m_h;//dimensions