We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078c4c6 commit 81bcf53Copy full SHA for 81bcf53
src/aliceVision/sfm/pipeline/expanding/SfmTriangulation.cpp
@@ -263,6 +263,7 @@ bool SfmTriangulation::processTrackWithPrior(
263
o.setFeatureId(trackItem.featureId);
264
o.setScale(trackItem.scale);
265
o.setCoordinates(trackItem.coords);
266
+ o.setDepth(trackItem.depth);
267
}
268
269
//Store the landmark if it's better than the previously estimated one
0 commit comments