Hi TI experts,
I have few questions regarding the OpenVX and TIOVX and I hope that I can understand it to the maximum extent as I am a noob to this thing.
1. How to access the values from different Openvx defined variable, i.e. vx_matrix, vx_image and so on. Any specific values of the matrix or the pixel value of the vx_image using C.
2. How to connect the output of one graph to the input of another?
3. The targets for tiovx and openvx APIs are different, is it necessary to specify the target when we test on the host emulation?
4. The general structure for testing any OpenVX or TIOVX based API, as per my understanding, is this: Create context -> Create Graph -> Call Registered Node (define and insert all the required values) ->Verify Graph ->Release Objects -> Release Graph and Release Context. Is there any difference between the both API? For defined Node, we need to make sure that the kernels are loaded and unloaded before the context is released.
5. What are the current best libraries supported on tda4 for the image processing?