First dynamic wavelet compression pyramid

This commit is contained in:
Desmis
2020-01-03 13:41:25 +01:00
parent 057b20b8a8
commit 5823ad39f2
15 changed files with 232 additions and 16 deletions

View File

@@ -1285,6 +1285,7 @@ struct LocallabParams {
bool wavblur;
bool wavcont;
bool wavcomp;
bool wavcompre;
bool origlc;
Glib::ustring localcontMethod;
std::vector<double> locwavcurve;
@@ -1292,6 +1293,7 @@ struct LocallabParams {
std::vector<double> loclevwavcurve;
std::vector<double> locconwavcurve;
std::vector<double> loccompwavcurve;
std::vector<double> loccomprewavcurve;
std::vector<double> CCmasklccurve;
std::vector<double> LLmasklccurve;
std::vector<double> HHmasklccurve;