Meshroom icon indicating copy to clipboard operation
Meshroom copied to clipboard

Sequential matching

Open juanjosse opened this issue 2 years ago • 1 comments

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.

juanjosse avatar Jun 03 '22 06:06 juanjosse

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

natowi avatar Jun 16 '22 18:06 natowi