Visionworks with OpenCV

Hi,

i have already developed code with OpenCV,
i need to convert or deploy to jetson with visionworks.
please help me implemeting openCV with visionworks

Hi,

You can find this sample for OpenCV → VisionWorks:

$ /usr/share/visionworks/sources/samples/opencv_npp_interop/

Thanks.

Hi,

i have seen only one opencv function(imread) to read image,

  1. can you please little bit explain what exactly these sample is about?
  2. how can i convert my existing code(opencv) with visionworks?

Hi,

1.
The sample demonstrates how to convert a OpenCV image into VisionWorks image.

2.
In general, you will need to find out which function do you want to use first.
And follow the sample above to convert the OpenCV data into VisionWorks. Ex. image, array.

Thanks.