Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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" and else functions (compared to Mat). I want to implement:

GpuMat sm;

.... int id = sm.at<uchar>(x,y);

Thanks

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" "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