From eff4f07f42ae9ca32a7ad3a89e7c8b1164b3c24f Mon Sep 17 00:00:00 2001 From: "sophia.papagiannaki" Date: Mon, 21 Oct 2019 16:03:57 +0200 Subject: Version upgrade to 1.0.1 --- ChangeLog | 5 +++++ color_pipe.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 800f2fd..3b07238 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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" -- cgit v1.2.1