aboutsummaryrefslogtreecommitdiff
path: root/src/filters.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 11:05:41 +0100
committerThomas White <taw@physics.org>2010-03-18 11:05:41 +0100
commit88c08418710ab2c72d51f6fce13ad2d78e0706f6 (patch)
treea6e7451341a1bda9307c1c71eb77a1cae898699f /src/filters.h
parent7678f34afc9df872af539d56c8110e578e683b08 (diff)
Separate CM subtraction and noise filter
Diffstat (limited to 'src/filters.h')
-rw-r--r--src/filters.h4
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 */