Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradeneverson/orias
General purpose computer vision crate with support for embedded systems
https://github.com/bradeneverson/orias
Last synced: about 2 months ago
JSON representation
General purpose computer vision crate with support for embedded systems
- Host: GitHub
- URL: https://github.com/bradeneverson/orias
- Owner: BradenEverson
- Created: 2024-01-21T15:25:42.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-22T14:45:41.000Z (12 months ago)
- Last Synced: 2024-01-22T18:47:00.457Z (12 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orias 👁️
### A general purpose computer vision library with embedded systems in mind
[![crates.io](https://img.shields.io/crates/v/orias.svg)](https://crates.io/crates/orias)
[![Documentation](https://docs.rs/orias/badge.svg)](https://docs.rs/orias)```diff
- This crate is in extremely early development, we are currently working on image traits and processing features
```# License
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.