Skip to content

Commit 60fb702

Browse files
committed
add section about computer vision
1 parent 9ceb3ab commit 60fb702

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or
7878
* [urdf-viz](https://github.com/openrr/urdf-viz) - URDF visualizer
7979
* [rerun](https://github.com/rerun-io/rerun) — A logging SDK and visualizer for computer vision and robotics
8080

81+
## Computer Vision
82+
83+
*Libraries useful for Computer Vision*
84+
85+
* [image](https://github.com/image-rs/image) - An image processing library
86+
* [cv](https://github.com/rust-cv/cv) - Implementation of computer vision algorithms, abstractions, and systems in Rust
87+
* [opencv-rust](https://github.com/twistedfall/opencv-rust) - Rust bindgens for [OpenCV](https://opencv.org)
88+
8189
## File Loading
8290

8391
*Import/Export various files related with Robotics*

0 commit comments

Comments
 (0)