Display openvx image

Hello ,
I have an openvx_image as a output I want to display how I display please help .

Thanks & regards
Subham Kandoi

Hi Subham,

OpenVX is a compute-only API and doesn’t define functions for capture and display of images. You’ll need to use an image-display routine that’s appropriate for your platform. On a PC, people often use OpenCV.

– Frank