removed columnSum function (it is a duplicate for reduce)

This commit is contained in:
Vladislav Vinogradov
2013-04-09 12:10:56 +04:00
parent 229ca0914a
commit c2402053b9
6 changed files with 1 additions and 134 deletions

View File

@@ -71,7 +71,6 @@ int cv::gpu::countNonZero(const GpuMat&, GpuMat&) { throw_no_cuda(); return 0; }
void cv::gpu::reduce(const GpuMat&, GpuMat&, int, int, int, Stream&) { throw_no_cuda(); }
#else
#include "opencv2/core/utility.hpp"
namespace
{