https://github.com/bergercookie/cv-detectors-rs
[WIP] Implementations of computer-vision detector algorithms, from scratch in Rust
https://github.com/bergercookie/cv-detectors-rs
Last synced: 10 months ago
JSON representation
[WIP] Implementations of computer-vision detector algorithms, from scratch in Rust
- Host: GitHub
- URL: https://github.com/bergercookie/cv-detectors-rs
- Owner: bergercookie
- Created: 2020-06-13T15:27:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T17:55:38.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T17:52:02.215Z (about 1 year ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision Detectors Suite

The repository currently holds a WIP implementation of the FAST feature
detectors, written natively in the Rust programming language