diff options
author | Patrick Roth <roth@stettbacher.ch> | 2021-07-01 10:56:42 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2021-07-01 10:56:42 +0200 |
commit | 72f4bb57783891dc4a9fbfd3dc387cdf810b932b (patch) | |
tree | f3ec2d2256d6f11f6c1b50c2815597c42c3843fd /debayer.c | |
parent | debug processing time (diff) | |
parent | change weights to -100.0...+100.0 per cent (diff) | |
download | o3000-color-pipe-72f4bb57783891dc4a9fbfd3dc387cdf810b932b.tar.gz o3000-color-pipe-72f4bb57783891dc4a9fbfd3dc387cdf810b932b.zip |
Merge branch 'isosceles-trapezoid-correction' into 'master'
Isosceles trapezoid correction
See merge request o-3000/color-pipe!1
Diffstat (limited to 'debayer.c')
-rw-r--r-- | debayer.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,9 +2,7 @@ * @file debayer.c * @brief demosaicing algorithms * @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 * @@ -240,4 +238,4 @@ int debayer(struct debayer_data_t *debayer_data) { ret = -1; } return ret; -}
\ No newline at end of file +} |