aboutsummaryrefslogtreecommitdiff
path: root/src/filters.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 11:33:29 +0100
committerThomas White <taw@physics.org>2010-03-18 11:33:29 +0100
commitf02e06759844c327b91cc5b88dd43536114005a0 (patch)
treea6e7926832c687c4b06a18f9d09f1cc569fbc217 /src/filters.h
parentd871454363b0f19e1188da783cd4c931cd587cb2 (diff)
Perform intensity extraction on the image as it was before noise filtering
Diffstat (limited to 'src/filters.h')
-rw-r--r--src/filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.h b/src/filters.h
index 97bcf5a2..6b35d7e8 100644
--- a/src/filters.h
+++ b/src/filters.h
@@ -19,7 +19,7 @@
extern void filter_cm(struct image *image);
-extern void filter_noise(struct image *image);
+extern void filter_noise(struct image *image, float *old);
#endif /* FILTERS_H */