histEven          257 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histEven(InputArray src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream = Stream::Null());
histEven          259 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void histEven(InputArray src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stream = Stream::Null());
histEven           67 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::histEven(d_src, dst, 30, 0, 180);
histEven          109 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::histEven(d_src, d_hist, histSize, lowerLevel, upperLevel);
histEven           74 modules/cudaimgproc/test/test_histogram.cpp     cv::cuda::histEven(loadMat(src), hist, hbins, (int) hranges[0], (int) hranges[1]);