mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
renamed constantspacebp -> stereocsbp line all other algs
created element_operations and matrix_reductions files for farther refactoring
This commit is contained in:
parent
9dd4a22a5e
commit
0f30fe080f
0
modules/gpu/src/cuda/element_operations.cu
Normal file
0
modules/gpu/src/cuda/element_operations.cu
Normal file
0
modules/gpu/src/cuda/matrix_reductions.cu
Normal file
0
modules/gpu/src/cuda/matrix_reductions.cu
Normal file
16
modules/gpu/src/element_operations.cpp
Normal file
16
modules/gpu/src/element_operations.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////// Unary per-element operations /////////////////////////////////////////
|
||||
// operation(GpuMat src, GpuMat dst)
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////// Binary per-element operations ////////////////////////////////////////
|
||||
// operation(GpuMat src1, GpuMat src2, GpuMat dst)
|
0
modules/gpu/src/matrix_reductions.cpp
Normal file
0
modules/gpu/src/matrix_reductions.cpp
Normal file
Loading…
Reference in New Issue
Block a user