kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
440 stars 79 forks source link

NPPImage_8uC1.Resize #62

Closed AeroClassics closed 5 years ago

AeroClassics commented 5 years ago

For some reason the Resize function requiring 4 parameters is commented out. Is there a different way to resize an image?

Thanks, Doug

kunzmi commented 5 years ago

Resize got removed by Nvidia in some Cuda version and then was re-introduced again later on. Likely you just have the version where it's missing…

BTW: Everything updated to Cuda 10

AeroClassics commented 5 years ago

Thanks, Michael!