mirror of
https://github.com/opencv/opencv.git
synced 2024-12-14 00:39:13 +08:00
17 lines
510 B
C++
17 lines
510 B
C++
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
////////////////////////// Unary per-element operations /////////////////////////////////////////
|
||
|
// operation(GpuMat src, GpuMat dst)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
////////////////////////// Binary per-element operations ////////////////////////////////////////
|
||
|
// operation(GpuMat src1, GpuMat src2, GpuMat dst)
|