File: wavelet.hh

package info (click to toggle)
xmorph 1%3A20060817
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,688 kB
  • ctags: 2,022
  • sloc: ansic: 19,988; sh: 9,418; cpp: 1,230; makefile: 560; sed: 16
file content (27 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27



#ifdef __cplusplus
extern "C" {
#endif

  void wavelet_init();

  GNode *  wavelet_stats(GdkPixbuf *src);
  
  void wavelet_stats_sum(GNode *this, GNode *other,double factor);

  GNode * wavelet_stats_copy(GNode *this);

  GNode * wavelet_stats_clone(GNode *this);

  void wavelet_stats_free(GNode *this);

  void wavelet_equalize(GdkPixbuf *dpb,GNode *l2_stat);

#ifdef __cplusplus
}
#endif