Lines Matching refs:hist
53 namespace hist namespace
55 __global__ void histogram256Kernel(const uchar* src, int cols, int rows, size_t step, int* hist) in histogram256Kernel() argument
94 ::atomicAdd(hist + tid, histVal); in histogram256Kernel()
97 void histogram256(PtrStepSzb src, int* hist, cudaStream_t stream) in histogram256() argument
102 … histogram256Kernel<<<grid, block, 0, stream>>>(src.data, src.cols, src.rows, src.step, hist); in histogram256()
112 namespace hist namespace
124 … int* hist, const int binCount, const int binSize, const int lowerLevel, const int upperLevel) in histEven8u() argument
169 ::atomicAdd(hist + tid, histVal); in histEven8u()
173 …void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStrea… in histEven8u() argument
182 …histEven8u<<<grid, block, smem_size, stream>>>(src.data, src.step, src.rows, src.cols, hist, binCo… in histEven8u()
192 namespace hist namespace
212 …template <> struct TransformFunctorTraits<hist::EqualizeHist> : DefaultTransformFunctorTraits<hist…
218 namespace hist namespace