1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
@@ -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
{