renamed constantspacebp -> stereocsbp line all other algs

created element_operations and matrix_reductions files for farther refactoring
pull/13383/head
Anatoly Baksheev 14 years ago
parent 9dd4a22a5e
commit 0f30fe080f
  1. 0
      modules/gpu/src/cuda/element_operations.cu
  2. 0
      modules/gpu/src/cuda/matrix_reductions.cu
  3. 0
      modules/gpu/src/cuda/stereocsbp.cu
  4. 16
      modules/gpu/src/element_operations.cpp
  5. 0
      modules/gpu/src/matrix_reductions.cpp
  6. 0
      modules/gpu/src/stereocsbp.cpp

@ -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…
Cancel
Save