aboutsummaryrefslogtreecommitdiffstats
path: root/color_pipe_private.h
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2021-07-07 10:09:44 +0200
committerPatrick Roth <roth@stettbacher.ch>2021-07-07 10:09:44 +0200
commit2eaa3853c0ebc1ef2a93d534c59801c0b8c476b4 (patch)
tree747495c4eea8ae8845f541b5a144a9193e678f9a /color_pipe_private.h
parentversion 1.1.0 added (diff)
downloado3000-color-pipe-2eaa3853c0ebc1ef2a93d534c59801c0b8c476b4.tar.gz
o3000-color-pipe-2eaa3853c0ebc1ef2a93d534c59801c0b8c476b4.zip
stage perspective transformation added
Diffstat (limited to 'color_pipe_private.h')
-rw-r--r--color_pipe_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/color_pipe_private.h b/color_pipe_private.h
index b2954ac..431158b 100644
--- a/color_pipe_private.h
+++ b/color_pipe_private.h
@@ -49,6 +49,8 @@ int gamma_corr(struct gamma_data_t *gamma_data);
int trapcorr(struct trapcorr_data_t *trapcorr_data);
+int projection(struct projection_data_t *data);
+
#if defined(__cplusplus) || defined(c_plusplus)
} // extern "C"
#endif