7 releases (breaking)

0.10.0 Dec 7, 2024
0.9.0 Sep 20, 2024
0.8.0 Jul 1, 2024
0.7.0 Jun 22, 2024
0.5.0 Apr 11, 2024

#1129 in Machine learning

Download history 27/week @ 2024-09-11 229/week @ 2024-09-18 39/week @ 2024-09-25 33/week @ 2024-10-02 11/week @ 2024-10-09 6/week @ 2024-10-16 9/week @ 2024-10-23 4/week @ 2024-10-30 3/week @ 2024-11-06 4/week @ 2024-11-13 10/week @ 2024-11-20 13/week @ 2024-11-27 197/week @ 2024-12-04 73/week @ 2024-12-11 6/week @ 2024-12-18

281 downloads per month
Used in 9 crates

MIT/Apache and LGPL-2.0

380KB
10K SLoC

sophus-rs

Latest version Documentation

2d and 3d geometry for Computer Vision and Robotics

Overview

sophus-rs is a Rust library for 2d and 3d geometry for Computer Vision and Robotics applications. It is a spin-off of the Sophus C++ library which focuses on Lie groups (e.g. rotations and transformations in 2d and 3d).

In addition to Lie groups, sophus-rs also includes other geometric/maths concepts such unit vector, splines, image classes, camera models as well as a other utilities such as a non-linear least squares optimization.

Status

This library is in an early development stage - hence API is highly unstable. It is likely that existing features will be removed or changed in the future.

However, the intend is to stride for correctness, facilitated by a comprehensive test suite.

Building

sophus-rs builds on stable.

[dependencies]
sophus = "0.9.0"

To allow for batch types, such as BatchScalarF64, the 'simd' feature is required. This feature depends on portable-simd, which is currently only available on nightly. There are no plans to rely on any other nightly features.

[dependencies]
sophus = { version = "0.9.0", features = ["simd"] }

Dependencies

~7MB
~139K SLoC