vx_image data

How can I get the address of vx_image and use the data to access it directly?

Hi,

Please use vxMapImagePatch() to obtain direct memory access of the image data.

You can find more information in our VisionWorks document:
[i]>> Khronos OpenVX 1.1 API

OpenVX API Modules
Basic Features
Objects
Object: Image
vxMapImagePatch[/i]

Thanks.