Are there any code samples to work with OpenCV + OpenVX?

Let me know how to use OpenVX API to accelerate OpenCV applications.

Eventually OpenVX will be used as the HAL (Hardware Acceleration Layer) of OpenCV, so it should be transparent to you. The maintainers of OpenCV will have to publish their dates for having that layering complete.

OpenCV would have to publish some new APIs to take the opaque OpenVX object types for inter-operation today.

Thank you for the information.