GitBrowser
aliked-colmap
main/src/lib.rs
Name Message Date
📄 database.rs Implement aliked-colmap CLI: ALIKED+LightGlue feature extraction and matching 2 days ago
📄 exhaustive_matcher.rs Include image dimensions in the sample-match diagnostic dump 2 days ago
📄 feature_extractor.rs Extend diagnostic to print denormalized pixel range from real code path 2 days ago
📄 lib.rs Verify RANSAC correctness with synthetic-data unit tests 2 days ago
📄 main.rs Verify RANSAC correctness with synthetic-data unit tests 2 days ago
📄 models.rs Switch execution provider from OpenVINO to WebGPU 2 days ago
📄 progress.rs Replace per-item log lines with indicatif progress bars 2 days ago
📄 ransac.rs Verify RANSAC correctness with synthetic-data unit tests 2 days ago
📄 src/lib.rs
1 2 3 4 5
//! `ransac` has no dependency on `ort`, so it's split out into this library target
//! (separate from the `ort`-dependent binary) so its correctness can be verified with
//! `cargo test --lib` without needing a working ONNX Runtime / execution provider setup.
pub mod ransac;