OpenVX Custom Node with CUDA

I need to write some custom OpenVX nodes (and immediate mode functions would be nice too) to perform some functions that are missing from OpenVX - like dividing 2 images.

I’d like to write these in CUDA - is there an example of a custom OpenVX node written in CUDA anywhere please?

Hi,

You can check our VisionWorks sample.

/usr/share/visionworks/sources/

Thanks.

Yes, I know about the samples… could you identify where I might find a custom OpenVX node written in CUDA please?

Hi,

Sorry that the detail CUDA implementation of OpenVX is not open-sourced.
Thanks.