alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.91k stars 809 forks source link

[sfmDataIO] remove declared/referenced poses validation #1529

Closed mugulmd closed 10 months ago

mugulmd commented 10 months ago

Description

The validation process for the coherence between defined and referenced poses in a SfMData is currently wrong because arguments passed to std::set_difference are passed in the wrong order: https://en.cppreference.com/w/cpp/algorithm/set_difference

This validation does not make sense in the current state of AliceVision since undeclared poses are commonly used throughout the codebase, therefore we simply remove it.