diff options
author | sophia.papagiannaki <papagiannaki@stettbacher.ch> | 2019-10-21 16:03:57 +0200 |
---|---|---|
committer | sophia.papagiannaki <papagiannaki@stettbacher.ch> | 2019-10-21 16:03:57 +0200 |
commit | eff4f07f42ae9ca32a7ad3a89e7c8b1164b3c24f (patch) | |
tree | c5f52a2e4d2c9b5fad831ea84030286b59c74b4e | |
parent | Gamma value was inversed (diff) | |
download | o3000-color-pipe-eff4f07f42ae9ca32a7ad3a89e7c8b1164b3c24f.tar.gz o3000-color-pipe-eff4f07f42ae9ca32a7ad3a89e7c8b1164b3c24f.zip |
Version upgrade to 1.0.1
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | color_pipe.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -2,5 +2,10 @@ - ChangeLog Color Image Processing Pipeline ------------------------------------------------------------------------------- +Version 1.0.1 - 2019-10-16 (SP) + - Modified implementation of sharpening to eliminate black line appearing at image bottom + - Correction for gamma correction computation + - Modified camera calibration: now taking into account image resolution + Version 1.0.0 - 2015-10-16 (PR) Inititial version diff --git a/color_pipe.h b/color_pipe.h index 9dfcdc0..42af584 100644 --- a/color_pipe.h +++ b/color_pipe.h @@ -38,7 +38,7 @@ /** * library version */ -#define COLOR_PIPE_VERSION "1.0.0" +#define COLOR_PIPE_VERSION "1.0.1" |