Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koukemo/rust_cv_sample

Sample of Rust using opencv to load images.
https://github.com/koukemo/rust_cv_sample

Last synced: about 1 month ago
JSON representation

Sample of Rust using opencv to load images.

Awesome Lists containing this project

README

        

# Rust CV Sample

This is a sample using OpenCV with Rust.

## Image Read

---

Sample of loading an image.

Detail : [figure_read > README](./figure_read/README.md)

## Video Capture

---

Sample of acquiring real-time video from a webcam.

Detail : [video_capture > README](./video_capture/README.md)