Skip to content

Commit 81bcf53

Browse files
Fabien Servantcbentejac
authored andcommitted
Add depth to observation in triangulation
1 parent 078c4c6 commit 81bcf53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aliceVision/sfm/pipeline/expanding/SfmTriangulation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ bool SfmTriangulation::processTrackWithPrior(
263263
o.setFeatureId(trackItem.featureId);
264264
o.setScale(trackItem.scale);
265265
o.setCoordinates(trackItem.coords);
266+
o.setDepth(trackItem.depth);
266267
}
267268

268269
//Store the landmark if it's better than the previously estimated one

0 commit comments

Comments
 (0)