histEven8u        476 modules/cudaimgproc/src/histogram.cpp     void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStream_t stream);
histEven8u        485 modules/cudaimgproc/src/histogram.cpp         hist::histEven8u(src, hist.ptr<int>(), histSize, lowerLevel, upperLevel, stream);
histEven8u        504 modules/cudaimgproc/src/histogram.cpp         histEven8u(src, hist.getGpuMatRef(), histSize, lowerLevel, upperLevel, StreamAccessor::getStream(stream));