Mercurial > hg > wm
comparison Meerwald/dwt.h @ 3:acb6967ee76d
update to 0.5
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 14 Aug 2007 21:11:21 +0200 |
| parents | be303a3f5ea8 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:b92f06d9a967 | 3:acb6967ee76d |
|---|---|
| 16 void idwt(Image_tree dwts, gray **output); | 16 void idwt(Image_tree dwts, gray **output); |
| 17 void idwt_wp(Image_tree dwts, gray **output); | 17 void idwt_wp(Image_tree dwts, gray **output); |
| 18 int gen_pollen_filter(double *filter, double alpha, double beta, int which); | 18 int gen_pollen_filter(double *filter, double alpha, double beta, int which); |
| 19 void dwt_pollen_filter(double alpha, double beta); | 19 void dwt_pollen_filter(double alpha, double beta); |
| 20 int gen_param_filter(double *filter, int n, double alpha[], int which); | 20 int gen_param_filter(double *filter, int n, double alpha[], int which); |
| 21 void dwt_param_filter(double alpha[], int n); | 21 void dwt_param_filter(double alpha[], int param_len[]); |
| 22 void done_dwt(); | 22 void done_dwt(); |
| 23 | 23 |
| 24 #endif | 24 #endif |
