https://github.com/arm-software/cmsis-cv
Computer Vision library for IoT
https://github.com/arm-software/cmsis-cv
Last synced: 8 months ago
JSON representation
Computer Vision library for IoT
- Host: GitHub
- URL: https://github.com/arm-software/cmsis-cv
- Owner: ARM-software
- License: apache-2.0
- Created: 2024-04-16T08:47:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T07:55:37.000Z (about 1 year ago)
- Last Synced: 2025-06-13T02:09:34.169Z (8 months ago)
- Language: C++
- Homepage: https://arm-software.github.io/CMSIS-CV/main/index.html
- Size: 18.1 MB
- Stars: 61
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMSIS-CV
 
[](https://github.com/ARM-software/CMSIS-CV/actions/workflows/runtest.yaml)
## About
CMSIS-CV is an optimized computer vision library for embedded systems.
It provides optimized compute kernels for Cortex-M.
Different variants are available according to the core and most of the functions are using a vectorized version when the Helium or Neon extension is available.
CMSIS-CV is licensed under [Apache License 2.0](LICENSE).
**It is a work in progress and has just started.**
# Testing
Two kind of tests are provided:
* web : You can test the scalar versions of the kernels in the browser and compare with OpenCV.
* board: Test framework to run on a FVP or MPS3 board
For the web version, clone the repository and just open `Testing/browser/web/index.html` with your browser.
## Support / Contact
For any questions or to reach the CMSIS-CV team, please create a new issue in https://github.com/ARM-software/CMSIS-CV/issues