Wavelet levels Improvments - issue2702

This commit is contained in:
jdc
2015-03-31 08:42:41 +02:00
parent 4f2e23d16f
commit 5ee2bf9431
22 changed files with 2632 additions and 557 deletions

View File

@@ -102,8 +102,11 @@
#define ADDSET_WA_EDGRAD 94
#define ADDSET_WA_EDGVAL 95
#define ADDSET_WA_STRENGTH 96
#define ADDSET_WA_EDGEDETECT 97
#define ADDSET_WA_EDGEDETECTTHR 98
#define ADDSET_WA_EDGEDETECTTHR2 99
// When adding items, make sure to update ADDSET_PARAM_NUM
#define ADDSET_PARAM_NUM 97 // THIS IS USED AS A DELIMITER!!
#define ADDSET_PARAM_NUM 100 // THIS IS USED AS A DELIMITER!!
#endif