Discover and explore top open-source AI tools and projects—updated daily.
cavalli1234Outlier filter for robust image matching in computer vision pipelines
Top 82.9% 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/AdaLAMadalam.yml is provided for setting up a conda environment.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
opencv-python-nonfree and a COLMAP installation.3 years ago
Inactive