CUDA Alternative to cv::transform()

I am looking for an alternative to the cv::transform() function that uses CUDA but have not been able to find it in the documentation. Does any such function exist or will I have to implement it myself?

welcome.

I am not familiar with opencv’s cuda modules. it does not appear that an equivalent function exists in those modules.

you may have to write your own cuda kernel to accomplish this. perhaps cuda brings library functions that do what you want.