ARM-software / CMSIS-CV

Computer Vision library for IoT

Home Page:https://arm-software.github.io/CMSIS-CV/main/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMSIS-CV

GitHub release (latest by date including pre-releases) GitHub

About

CMSIS-CV is an optimized computer vision library for embedded systems.

It provides optimized compute kernels for Cortex-M and for Cortex-A.

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.

It is a work in progress and has just started. API is not yet stable and will evolve for a few versions.

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

About

Computer Vision library for IoT

https://arm-software.github.io/CMSIS-CV/main/index.html

License:Apache License 2.0


Languages

Language:C++ 48.5%Language:JavaScript 42.6%Language:C 7.6%Language:Python 0.7%Language:HTML 0.3%Language:CMake 0.2%Language:Shell 0.0%Language:Batchfile 0.0%