Outlier filter for robust image matching in computer vision pipelines
Top 84.4% on sourcepulse
AdaLAM is a handcrafted outlier detection framework for local feature matching in computer vision pipelines like SfM and SLAM. It offers a robust and efficient alternative to deep learning methods for filtering outlier correspondences, targeting researchers and practitioners in computer vision.
How It Works
AdaLAM detects inliers by searching for significant local affine patterns within image correspondences. This handcrafted approach integrates several best practices into a single, efficient framework, proving competitive with deep learning methods.
Quick Start & Requirements
pip install git+https://github.com/cavalli1234/AdaLAM
adalam.yml
is provided for setting up a conda environment.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
opencv-python-nonfree
and a COLMAP installation.2 years ago
1 week