renamed constantspacebp -> stereocsbp line all other algs
created element_operations and matrix_reductions files for farther refactoring
This commit is contained in:
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)
|
Reference in New Issue
Block a user