CV.jit objects => GPU or CPU
Am I correct to say that the CV.JIT objects are processing data on CPU?
yes, undoubtedly.
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?