tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.59k stars 1.23k forks source link

currentDepthMap otherDepthMap #193

Open aitjellal opened 8 years ago

aitjellal commented 8 years ago

Hi, what is the difference between currentDepthMap and otherDepthMap of types: DepthMapPixelHypothesis* otherDepthMap; DepthMapPixelHypothesis* currentDepthMap;

on the file DepthEstimation/DepthMap.h ? there is also a swap

// swap!  DepthMap.cpp  line 637
std::swap(currentDepthMap, otherDepthMap);

best regards,