Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/koukemo/rust_cv_sample
- Owner: koukemo
- License: mit
- Created: 2023-07-18T14:24:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T15:59:32.000Z (over 1 year ago)
- Last Synced: 2024-09-25T16:10:02.358Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-list - koukemo/rust_cv_sample
- awesome-rust-list - koukemo/rust_cv_sample
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)