tum-vision / lsd_slam

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

why delta_l is 0.25f*(1.0f+referenceFrame->initialTrackedResidual) in code????? #218

Open szm88 opened 7 years ago

szm88 commented 7 years ago

I can't understand why the code is "float trackingErrorFac = 0.25f*(1.0f+referenceFrame->initialTrackedResidual);" in DepthMap::doLineStereo().