OpenVX-sample-impl
OpenVX-sample-impl copied to clipboard
OpenVX sample implementation
There is not way to install to a machine as build artifacts stayed in build folder, add such an option while also updating CMakeLists.txt to install to correct paths.
Hello, Is it possible to have openvx as a library for bare metal systems? Is it implemented for risc-v vector unit? can be recompile for risc-v-vector unit? Thanks.
I would like to point out that identifiers like “[`_OPENVX_INT_LOG_H_`](https://github.com/KhronosGroup/OpenVX-sample-impl/blob/bfd32236e1c54470bbcece38e1b0c2fba82cdd88/sample/include/vx_log.h#L18 "Update candidate")” and “[`_VX_EXTRAS_K_H_`](https://github.com/KhronosGroup/OpenVX-sample-impl/blob/bfd32236e1c54470bbcece38e1b0c2fba82cdd88/kernels/extras/extras_k.h#L18 "Another update candidate")” [do eventually not fit](https://wiki.sei.cmu.edu/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29 "Do not declare an identifier which is reserved for...
Here is [an example of openvx code](https://gist.github.com/igsha/4fd4e56c11825578950013c10f78c1da) that scale image (nearest neighbour) with replicate borders and valid region. For the input I have this image (valid region is `{200, 200,...
In case of a virtual object, the scope for it is being updated correctly. But at the time of destruction/release of the scoped object, the VxDataObjects tied to it are...
The neon fpu is mandatory for aarch64, and GCC doesn't recognize this option. Tested with Raspberry Pi 4 64bits
Hi, vx_scalar values can be accessed by vxCopyScalarWithSize(...) only. Either vxWriteScalarValue(...) and vxReadScalarValue(...) **does not work** with these scalar since they will access the union memory of the struct instead...
NNEF fails when compiled in debug mode but compiles in release mode. `\OpenVX-sample-impl\kernels\NNEF-Tools\parser\cpp\src\nnef.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj` **Fix** Append...
Build.py does not have the option of enabling the USER DATA OBJECT. Corrected Build.py (remove .txt exension) is attached for your reference. USER DATA OBJECT feature can be enabled using...
hi,I want to ask a question, hope you can help me I used this routine https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-acinto7/latest/exports/docs/vision_apps/docs/user_guide/APP_C7X.html I modified the app_create_graph(AppObj *obj) in the main() function of the app_c7x_kernel function I...