aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2019-10-22 12:56:59 +0200
committerPatrick Roth <roth@stettbacher.ch>2019-10-22 12:56:59 +0200
commit744732fb4ff701ca6da9fcde60a7da6d9e0dbb11 (patch)
tree8384383ee118b4fcb35e5b5a19a717746c3515e6 /ChangeLog
parentVersion upgrade to 1.0.1 (diff)
downloado3000-color-pipe-744732fb4ff701ca6da9fcde60a7da6d9e0dbb11.tar.gz
o3000-color-pipe-744732fb4ff701ca6da9fcde60a7da6d9e0dbb11.zip
Library version defined in CMakeLists.txt
Current library version can be requested with function color_pipe_get_version().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b07238..155b92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,17 @@
- 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.2
+ 2019-10-16 PR
+ - Library version defined in CMakeLists.txt and passed to preprocessor.
+ - New function added color_pipe_get_version().
-Version 1.0.0 - 2015-10-16 (PR)
+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