If npp library has padding operation?

Hi,

I want to use npp library to implement padding operation like opencv copyMakeBorder operation. If it has function to do this? or if there has a demo to show how to accelerate with CUDA ?

Thanks.

Hi,

Here is the NPP document for your reference:
[url]https://docs.nvidia.com/cuda/npp/modules.html[/url]

Some modules related to copy can be found here:
[url]https://docs.nvidia.com/cuda/npp/group__image__copy__operations.html[/url]

Thanks.

Hi

Thanks.