openvx_tutorial icon indicating copy to clipboard operation
openvx_tutorial copied to clipboard

Khronos OpenVX Tutorial Material

Results 11 openvx_tutorial issues
Sort by recently updated
recently updated
newest added

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...

Hello, I was wondering the password of the VM. Thanks

@rgiduthuri @fzbrill @relrotciv Please check the details in this list for each chapter you have written. I will then use it to make sure that all the code examples and...

Hi all, I'm a newbie to OpenVX and currently learning it. Please tell me how to convert a C code to OpenVX format. @karipulli @rgiduthuri Thanks and Regards, Padmasree N.

I tried this code. int main( int argc, char * argv[] ) { const char * video_sequence = argv[1]; CGuiModule gui( video_sequence ); if( !gui.Grab() ) { printf( "ERROR: input...

Running exercise 1 doesn't show the keypoints. but on running solution _exercise1 shows the keypoints. Why?

Hi, For documentation purpose and project release process we need the Export control classification number(ECCN) for openvx if it applies. Can you please let me know the ECCN ?

* Added License badge & OpenVX Logo * Fix .md warnings to generate a webpage

```c++ /usr/bin/ld: cannot find -lopenvx /usr/bin/ld: cannot find -lvxu collect2: error: ld returned 1 exit status exercise1/CMakeFiles/exercise1.dir/build.make:109: recipe for target 'exercise1/exercise1' failed make[2]: *** [exercise1/exercise1] Error 1 CMakeFiles/Makefile2:85: recipe for...