Skip to content
Snippets Groups Projects
Commit 019a96b1 authored by Andre Mühlenbrock's avatar Andre Mühlenbrock
Browse files

Implemented multiple kinect registration with two modes:

- Using only the centers of the grid (in case it is not ensured that each Kinect sees the grid from the same side).
- With all the centers of the holes of the grid for faster registration, if it is ensured that the grid is always seen from the same side (e.g. Kinects on the ceiling and look down).

Currently, the images in the sample project are not synchronized (two threads, there can be a delay of multiple images between both kinects!), so the grid must move extremely slowly as it is currently implemented. This will be fixed soon.
parent f7eecde8
No related branches found
No related tags found
No related merge requests found
Showing
with 339 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment