CV.jit objects => GPU or CPU

jeremystewart87's icon

Am I correct to say that the CV.JIT objects are processing data on CPU?

pry's icon

yes, undoubtedly.

jeremystewart87's icon

What would it take to rewrite some of the cv.jit objects to run on the GPU? surely someone could write a series of shaders to do it? just a matter of tracking down the right papers and rewriting the code?