diff options
-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" |