opencv/modules/gpu/src/element_operations.cpp

17 lines
510 B
C++
Raw Normal View History

//////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////// Unary per-element operations /////////////////////////////////////////
// operation(GpuMat src, GpuMat dst)
//////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////// Binary per-element operations ////////////////////////////////////////
// operation(GpuMat src1, GpuMat src2, GpuMat dst)