forked from rgbdemo/rgbdemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
66 lines (50 loc) · 1.9 KB
/
NEWS
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
RGBDemo 0.5.0 (22 March 2011)
=============================
* Open NI / Nite backend support.
* Basic skeleton / gesture support using Nite.
* Much improved 3D freehand reconstruction with optional ICP refinement.
* PCL integration.
RGBDemo 0.4.0 (05 Feb 2011)
===========================
* Improvement of the event loop on Windows
* Bug fixes
RGBDemo 0.4.0rc1 (28 Jan 2011)
==============================
* New demo: experimental people counter
* Windows support greatly improved (thanks to Armin Zürcher)
* Calibration without distortions for depth image (--no-depth-undistort)
* Faster scene reconstructor, with user-selected feature detector
* Various bug fixes
RGBDemo 0.3.1 (11 Jan 2011)
===========================
* Fix compilation issues on MacOSX (many thanks to Raphaël Dumontier)
* Remove glew external dependency
* Generalize glut dependency
RGBDemo 0.3.0 (7 Jan 2011)
==========================
* Automatic intrinsics/extrinsics calibration using IR images
* Automatic depth calibration
* Preliminary support for interactive scene reconstruction by
merging successive views
* LGPL License
* Preliminar Windows support (compilation is ok, but the program
is very buggy due to threading issues)
RGBDemo v0.2.1 (2 Dec 2010)
===========================
* Fix compilation issues
* Include a safe version of OpenCV
* annotate_image is easier to use
* Fix broken calibration
* Fix compilation of MacOSX
RGBDemo v0.2.0 (1 Dec 2010)
===========================
* Faster image acquisition, faster 3D rendering
* Images can be saved on the hard disk and replayed offline
* Support for raw infrared output
* Support for simultaneous RGB/IR/Depth output (very slow, ~3 FPS,
but useful to grab synchronized images)
* Support for tilt motors (Filter Window / Tilt)
* Mesh export include the color texture file to simplify Blender import
RGBDemo v0.1.0 (23 Nov 2010)
============================
* First public release