I collected the image data from capture card to GPU(not through cpu)
Now, I want to use cuvi::colorOperations::demosaicDFPD function to demosaic.
But I do not know how to load the data of the image which is already on GPU to CuviImage(I do not hope the data download to cpu)
thanks