alejocb / dpptam

DPPTAM: Dense Piecewise Planar Tracking and Mapping from a Monocular Sequence
GNU General Public License v3.0
219 stars 82 forks source link

Two improvements in SemiDenseTracking.cpp - Efficient initialization & Correct pose update #14

Closed sunghoon031 closed 8 years ago

sunghoon031 commented 8 years ago
  1. Removing the redundancy in the function "resize_points" in SemiDenseTracking.cpp by simplifying the computation of the binary matrix B (used for "initialization" step)
  2. Corrected the (inverse compositional) pose update step for improved tracking robustness (and this way it simply makes sense mathematically)