Hi, I build Opencv 3.0 from source. I want to implement operators: +, -, *, / with GpuMat but i can't find them.
GpuMat also misses function "At" and else functions (compared to Mat). I want to implement:
GpuMat sm;
.... int id = sm.at<uchar>(x,y);
Thanks