Skip to content
Snippets Groups Projects
  1. Feb 08, 2021
    • Andre Mühlenbrock's avatar
      Forgot some files... · 1f233edf
      Andre Mühlenbrock authored
      1f233edf
    • Andre Mühlenbrock's avatar
      Refactored and extra thread for grid detection. · 5ff73c49
      Andre Mühlenbrock authored
      Separated the grid detection and registration in an extra thread so that the kinects can run at 30fps and the time difference between the used point clouds is smaller.
      5ff73c49
    • Andre Mühlenbrock's avatar
      Implemented multiple kinect registration with two modes: · 019a96b1
      Andre Mühlenbrock authored
      - 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.
      019a96b1
  2. Feb 04, 2021
Loading