OpenVX implementation
Project description
PyVX is an implementation of OpenVX in python. OpenVX is a standard for expressing computer vision processing algorithms as a graph of function nodes. This graph is verified once and can then be processed (executed) multiple times. This implementation gains its performance by generating C-code during the verification phase. This code is compiled and loaded dynamically and then called during the process phase.
To use this python implementation as an OpenVX backend from a C program, a shared library is provided. This library embeds python and provides an C API following the OpenVX specification. That way the C program does not need to be aware of the fact that python is used. Also, any C program following the OpenVX specification will be compilable with this backend.
Further details are provided in the Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyVX-0.2.7.tar.gz
.
File metadata
- Download URL: PyVX-0.2.7.tar.gz
- Upload date:
- Size: 57.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed97496dd050d9d899f14f0420a20021cfecfb08ff93dcb3c7e3d896e68ea76b |
|
MD5 | 72df8f8024f229aad6c9f03d363e89c6 |
|
BLAKE2b-256 | efc2c5deb9fbe87c711ecf2f99995c1a19b89953a30d57c472213a351dea2641 |