renamed constantspacebp -> stereocsbp line all other algs

created element_operations and matrix_reductions files for farther refactoring
This commit is contained in:
Anatoly Baksheev 2010-12-19 17:20:54 +00:00
parent 9dd4a22a5e
commit 0f30fe080f
6 changed files with 16 additions and 0 deletions

View 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)

View File