GpuMat misses operators, and functions that compared with Mat
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", "zeros" and else functions (compared to Mat). I want to implement:
GpuMat sm;
.... int id = sm.at<uchar>(x,y);
And also with "zeros" function
Thanks