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

Twice faster map regularization #25

Closed sunghoon031 closed 8 years ago

sunghoon031 commented 8 years ago

by performing this "Outlier Rejection based on Temporal Consistency" step on the INLIERS ONLY and NOT ON OUTLIERS ! Also I changed the structure of the for-loop to make it simpler and more understandable. The new structure is equivalent (if not more efficient) compared to the old structure.