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

Another Redundancy Removal for SemiDenseTracking #27

Open sunghoon031 opened 8 years ago

sunghoon031 commented 8 years ago
  1. No output from create_inv_depth_discretization is used anywhere else in the code. Initial sdm->mean_value is set as 1 in the mapping constructor.
  2. sdm->images_size is calculated at the beginning of semidense_mapper, so we don't need to calculate it at the end of tracking.