mirror of https://github.com/opencv/opencv.git
created element_operations and matrix_reductions files for farther refactoringpull/13383/head
parent
9dd4a22a5e
commit
0f30fe080f
6 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////// Unary per-element operations /////////////////////////////////////////
|
||||
// operation(GpuMat src, GpuMat dst)
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////// Binary per-element operations ////////////////////////////////////////
|
||||
// operation(GpuMat src1, GpuMat src2, GpuMat dst)
|
Loading…
Reference in new issue