deep-image-matching
deep-image-matching copied to clipboard
Make detector-free matchers (loftr, se2-loftr, roma) really working for multi-camera
All the detector-free matchers (loftr, se2-loftr, roma) work only on image pairs. Therefore, these approaches currentely return matches on each pair of images with multiplicity (track length) of 2. We should think of some approaches to track the same matched feature on all the images and increase robustness of dense reconstruction.
A possible approach is to implement some kind of binning of the features, as Dmytro Mishkin did in https://github.com/ducha-aiki/imc2023-kornia-starter-pack