RGBD

Version 2 (Vincent Rabaud, 2012-05-25 10:48 pm)

1 1
h1. RGBD (Color data with depth processing)
2 1
3 2 Vincent Rabaud
*_This page discusses what utilities OpenCV should have for handling dense depth data_*
4 1
5 1
_____________________________________________________________________
6 2 Vincent Rabaud
7 2 Vincent Rabaud
* Fast normals calculation. Ethan has this, completely real time even on a CPU
8 2 Vincent Rabaud
* Plane segmentation. Kurt on this.
9 2 Vincent Rabaud
* Template on surface
10 2 Vincent Rabaud
** First, just take a 2D template and project what it would look like on a surface in a scene, assuming that place of projection is planar
11 2 Vincent Rabaud
*** This is to perspectively warp, say, templates for correlation based mapping
12 2 Vincent Rabaud
*** Next, map the template to the actual surface
13 2 Vincent Rabaud
* Compute *R,t*, Rodriques, Quarternion to rotate one vector in 3D so that all points in one scene may be rotated to another. 
14 2 Vincent Rabaud
** All these forms should be easily convertible from/to each other.
15 2 Vincent Rabaud
16 2 Vincent Rabaud
17 2 Vincent Rabaud
18 2 Vincent Rabaud
19 2 Vincent Rabaud
20 2 Vincent Rabaud
21 2 Vincent Rabaud
22 2 Vincent Rabaud
23 2 Vincent Rabaud
__________________________________________________
24 2 Vincent Rabaud
[[New_functionality_discussion]]