renamed constantspacebp -> stereocsbp line all other algs
authorAnatoly Baksheev <no@email>
Sun, 19 Dec 2010 17:20:54 +0000 (17:20 +0000)
committerAnatoly Baksheev <no@email>
Sun, 19 Dec 2010 17:20:54 +0000 (17:20 +0000)
created element_operations and matrix_reductions files for farther refactoring

modules/gpu/src/cuda/element_operations.cu [new file with mode: 0644]
modules/gpu/src/cuda/matrix_reductions.cu [new file with mode: 0644]
modules/gpu/src/cuda/stereocsbp.cu [moved from modules/gpu/src/cuda/constantspacebp.cu with 100% similarity]
modules/gpu/src/element_operations.cpp [new file with mode: 0644]
modules/gpu/src/matrix_reductions.cpp [new file with mode: 0644]
modules/gpu/src/stereocsbp.cpp [moved from modules/gpu/src/constantspacebp.cpp with 100% similarity]

diff --git a/modules/gpu/src/cuda/element_operations.cu b/modules/gpu/src/cuda/element_operations.cu
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/gpu/src/cuda/matrix_reductions.cu b/modules/gpu/src/cuda/matrix_reductions.cu
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/gpu/src/element_operations.cpp b/modules/gpu/src/element_operations.cpp
new file mode 100644 (file)
index 0000000..ea3f832
--- /dev/null
@@ -0,0 +1,16 @@
+\r
+\r
+\r
+\r
+\r
+\r
+//////////////////////////////////////////////////////////////////////////////////////////////////\r
+//////////////////////////  Unary per-element operations /////////////////////////////////////////\r
+// operation(GpuMat src, GpuMat dst)\r
+\r
+\r
+\r
+\r
+//////////////////////////////////////////////////////////////////////////////////////////////////\r
+//////////////////////////  Binary per-element operations ////////////////////////////////////////\r
+// operation(GpuMat src1, GpuMat src2, GpuMat dst)\r
diff --git a/modules/gpu/src/matrix_reductions.cpp b/modules/gpu/src/matrix_reductions.cpp
new file mode 100644 (file)
index 0000000..e69de29