Lines Matching refs:upperLevel

305 …const GpuMat& src, OutputArray _hist, int histSize, int lowerLevel, int upperLevel, Stream& stream)  in hist()
325 lowerLevel, upperLevel, buf.ptr<Npp8u>()) ); in hist()
336 …t GpuMat& src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stre… in hist()
358 …r<src_t>(), static_cast<int>(src.step), sz, pHist, levels, lowerLevel, upperLevel, buf.ptr<Npp8u>(… in hist()
477 void cv::cuda::evenLevels(OutputArray _levels, int nLevels, int lowerLevel, int upperLevel, Stream&… in evenLevels() argument
489 … nppSafeCall( nppiEvenLevelsHost_32s(host_levels.ptr<Npp32s>(), nLevels, lowerLevel, upperLevel) ); in evenLevels()
497 …void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStrea…
502 …void histEven8u(const GpuMat& src, GpuMat& hist, int histSize, int lowerLevel, int upperLevel, cud… in histEven8u() argument
506 hist::histEven8u(src, hist.ptr<int>(), histSize, lowerLevel, upperLevel, stream); in histEven8u()
510 …en(InputArray _src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream) in histEven() argument
512 …)(const GpuMat& src, OutputArray hist, int levels, int lowerLevel, int upperLevel, Stream& stream); in histEven()
525 …histEven8u(src, hist.getGpuMatRef(), histSize, lowerLevel, upperLevel, StreamAccessor::getStream(s… in histEven()
531 hist_callers[src.depth()](src, hist, histSize, lowerLevel, upperLevel, stream); in histEven()
534 …putArray _src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stre… in histEven()
536 …nst GpuMat& src, GpuMat hist[4], int levels[4], int lowerLevel[4], int upperLevel[4], Stream& stre… in histEven()
549 hist_callers[src.depth()](src, hist, histSize, lowerLevel, upperLevel, stream); in histEven()