visual-odometry-rs icon indicating copy to clipboard operation
visual-odometry-rs copied to clipboard

Visual Odometry in Rust (vors)

Results 6 visual-odometry-rs issues
Sort by recently updated
recently updated
newest added

Black 1996 uses Geman-McClure robust M-estimator. ```tex @article{black1996robust, title={The robust estimation of multiple motions: Parametric and piecewise-smooth flow fields}, author={Black, Michael J and Anandan, Paul}, journal={Computer vision and image understanding},...

* [ ] Add more benchmarks * [ ] Start optimizing benchmarked functions

* [ ] Add doc tests to functions * [ ] Add more comprehensive tests

* [ ] Input-Output (IO) should be independent from this library. This concerns the `image`, `png`, `byteorder` and `nom` crates. * [ ] `itertools` is used only once for the...

Every great library should have a logo ^^

They are easily found by searching for "clippy". Mostly, the disabled features are: * [ ] `excessive_precision`: typically, f32 floats with too many figures. Those should be removed when the...