aboutsummaryrefslogtreecommitdiffstats
path: root/white_balance.c
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2021-06-28 10:43:54 +0200
committerPatrick Roth <roth@stettbacher.ch>2021-06-28 10:43:54 +0200
commitbc5c98e0df72b18a9f4a3d80edef48bd26932c4f (patch)
treeaf4a3d0b8d79fd0a71fdb2c1fed4ef0e2b33d3be /white_balance.c
parentdebug processing time (diff)
downloado3000-color-pipe-bc5c98e0df72b18a9f4a3d80edef48bd26932c4f.tar.gz
o3000-color-pipe-bc5c98e0df72b18a9f4a3d80edef48bd26932c4f.zip
file description header update
Diffstat (limited to 'white_balance.c')
-rw-r--r--white_balance.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/white_balance.c b/white_balance.c
index 0040fb9..fd66f8a 100644
--- a/white_balance.c
+++ b/white_balance.c
@@ -2,9 +2,7 @@
* @file white_balance.c
* @brief white balance algorithm
* @author Patrick Roth - roth@stettbacher.ch
-* @version 1.0
-* @date 2015-08-20
-* @copyright 2012-2016 Stettbacher Signal Processing AG
+* @copyright Stettbacher Signal Processing AG
*
* @remarks
*
@@ -282,4 +280,4 @@ int white_balance(struct awb_data_t *awb_data) {
// printf("XXX u_avg = %.4f, v_avg = %.4f, red = %.4f, blue = %.4f, bit_channel = %d\n", u_avg, v_avg, awb_data->gain_red, awb_data->gain_blue, bit_channel);
return 0;
-} \ No newline at end of file
+}