How to resize dwImageCUDA and store it to another dwImageCUDA?

Hi

I was trying to find a way to resize cuda image in driveworks, but couldn’t find any resource from the API. Could you give me some pointer or code snippet to do so?

I want to resize my input image 2 or 3 times smaller before putting that into a DNN.

Thanks,

Hi ybz,
Unfortunately, there is no cuda image API to resize. Please check if you can use NVMedia API for resizing the NVMedia Image and transfer it to CUDA using dwImageStreamer.