Meshroom
Meshroom copied to clipboard
Sequential matching
Describe the problem How does the sequential matching exactly works? I don't find any difference in enabling it or not. Does it work with images or only video? The definition of it is so poor.
Sequential matching is for image sequences, for example a dataset you capture from a car dash cam. (Sequential: based on filenames order)https://github.com/alicevision/meshroom/pull/768
This can speed up the process/improve the result, since the default method searches for matches in all images, where sequential is only looking at the previous and next image for matching.
https://github.com/alicevision/meshroom/issues/662 https://github.com/alicevision/meshroom/issues/895
https://github.com/alicevision/meshroom-manual/issues/18