-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
29 lines (22 loc) · 1.06 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2007-06-19 Bruno STEUX <Bruno.Steux@ensmp.fr>
* Changed version number to 2.6.2
* Added camHistogramEqualisation function
* Added ROI and mask support to YUV functions
* Added RGB to HLS color conversion function
* Added Harris corner detector
* Fixed bug in linear filtering on signed images
* Fixed bug in morphological filtering on signed images
* Added local maximum detector function
2007-05-03 Bruno STEUX <Bruno.Steux@ensmp.fr>
* Changed version number to 2.6.1
* Corrected average computation in camMeasures (error when using masks)
2007-03-28 Bruno STEUX <Bruno.Steux@ensmp.fr>
* New release : 2.6.0
* Added support for autoconf/automake/libtools
* Added safety test in RLE functions
* Fixed a big bug with 16-bits image processing
2006-08-28 Bruno STEUX <Bruno.Steux@ensmp.fr>
* Added BGR images support
* Added DirectShow camera capture support
* Added Video4Linux camera capture support (thread safe on Ruby)
* RGBX images are now aligned on 4 bytes boundaries