aboutsummaryrefslogtreecommitdiffstats
path: root/white_balance.c
diff options
context:
space:
mode:
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
+}