CPU<->GPU equivalent function

asked 2014-02-28 08:06:16 -0600

Tarifut gravatar image

Hi, i'm working on a GPU version of my code, but i can't find any way to do an equivalent of the transform() function on GPU. I use this function to apply a 4x4 Mat on an opencv Mat to make it b&w,sepia,etc.... Is there a way to do this on GPU? Thanks

edit retag flag offensive close merge delete