blob: 6e0128207a2d2c97c4fca306b3440c42f8ff552d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-------------------------------------------------------------------------------
- ChangeLog Color Image Processing Pipeline
-------------------------------------------------------------------------------
Version 1.1.0
2021-07-01 PR
- horizontal isosceles trapeze perspective correction added
- perspective transformation added
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.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
|