Display openvx image

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