TIOVX User Guide
Chapter 2: Understanding image data object

In OpenVX, image data object is the most commonly used data object. In this tutorial chapter, we understand how to manipulate image data objects.

Tutorial file Purpose
ch02_image/vx_tutorial_image_load_save.c Load and save images
ch02_image/vx_tutorial_image_query.c Query image objects and print image attributes
ch02_image/vx_tutorial_image_crop_roi.c Advanced image create APIs
ch02_image/vx_tutorial_image_extract_channel.c Image manipulation using VXU APIs
ch02_image/vx_tutorial_image_color_convert.c Image manipulation using graph and VX node APIs
ch02_image/vx_tutorial_image_histogram.c Image manipulation using graph and generic node create APIs