diff options
author | Thomas White <taw@physics.org> | 2010-03-18 11:05:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-18 11:05:41 +0100 |
commit | 88c08418710ab2c72d51f6fce13ad2d78e0706f6 (patch) | |
tree | a6e7451341a1bda9307c1c71eb77a1cae898699f /src/filters.h | |
parent | 7678f34afc9df872af539d56c8110e578e683b08 (diff) |
Separate CM subtraction and noise filter
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/filters.h b/src/filters.h index b28cb908..97bcf5a2 100644 --- a/src/filters.h +++ b/src/filters.h @@ -18,6 +18,8 @@ #endif -extern void clean_image(struct image *image); +extern void filter_cm(struct image *image); +extern void filter_noise(struct image *image); + #endif /* FILTERS_H */ |