Skip to content

Super-Robin/CMSIS-CV

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.4%
  • C 10.0%
  • Python 1.2%
  • HTML 0.5%
  • JavaScript 0.5%
  • CMake 0.4%