TIOVX User Guide
APIs
Here is a list of all modules:
[detail level 123456]
 TIOVX APIsTI OpenVX API definitions
 1: TIOVX Public APIsTI OpenVX API definitions that are called by the application or user target kernels
 Khronos OpenVX Standard APIsLinks to public Khronos OpenVX Specifications and Extensions
 TI OpenVX Extension APIsAPIs TI has added in addition to Khronos APIs
 2: TIOVX Private APIsTI internal function definitions used only within the OpenVX framework and are not exposed on external header files. Most users will not need to see these unless you are trying to navigate or modify the framework internals
 a: TIOVX Implementation ModulesInternal APIs for framework implementation
 b: TIOVX Platform ModulesInternal APIs for platform-specific operations
 PyTIOVX APIsTI Python APIs for autogenerating OpenVX application and kernel plugin code
 1: Enum APIsClasses corresponding to OpenVX equvalent = vx_enum_e
 2: Attribute APIsClasses corresponding to attribute enumerations of the data types
 3: Data Object APIsClasses corresponding to OpenVX data object references
 4: Framework Object APIsClasses corresponding to OpenVX framework object references
 5: Kernel Code APIsClasses corresponding to generating target kernel plugins for a custom kernel
 6: Kernel APIsClasses corresponding to configuring a custom kernel for code generation
 7: Node APIsClasses corresponding to OpenVX standard Vision Kernel Node APIs