TIOVX User Guide
|
This file show example of using basic PyTIOVX APIs to describe user/target kernel class and use it within an OpenVX graph. More...
Go to the source code of this file.
Data Structures | |
class | vx_tutorial_graph_user_kernel_pytiovx_uc.NodePhaseRgb |
Class to represent user/target kernel. More... | |
Functions | |
def | vx_tutorial_graph_user_kernel_pytiovx_uc.make_my_graph () |
Function to describe a graph and generate code, image using PyTIOVX tool. | |
This file show example of using basic PyTIOVX APIs to describe user/target kernel class and use it within an OpenVX graph.
See vx_tutorial_graph_image_gradients_pytiovx_uc.py for basic API usage.
The basic steps to define user/target class and use it with PyTIOVX tool
See source code of function vx_tutorial_graph_user_kernel_pytiovx_uc.make_my_graph() for detailed API usage for this example.
Definition in file vx_tutorial_graph_user_kernel_pytiovx_uc.py.