AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

RelativePoseEstimating accepts an image pairs list to reduce complexity

Open servantftransperfect opened this issue 4 months ago • 0 comments

RelativePoseEstimating compute a relative pose and a score for a set of pairs of images.

Originally, we decided to use an exhaustive set of pairs using the views sharing common tracks.

To reduce complexity in photogrammetry with large images set, we now allow to use an image pair list file.

servantftransperfect avatar Jun 18 '25 08:06 servantftransperfect