mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 13:53:03 +04:00
0f30fe080f
created element_operations and matrix_reductions files for farther refactoring
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)
|