Searched refs:d_weights (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 298 Ncv32f *d_weights, Ncv32u weightsStride, in applyHaarClassifierAnchorParallel() argument 368 pixelStdDev = d_weights[y_offs * weightsStride + x_offs]; in applyHaarClassifierAnchorParallel() 486 Ncv32f *d_weights, Ncv32u weightsStride, in applyHaarClassifierClassifierParallel() argument 503 Ncv32f pixelStdDev = d_weights[y_offs * weightsStride + x_offs]; in applyHaarClassifierClassifierParallel() 671 Ncv32f *d_weights; member 699 d_weights(_d_weights), in applyHaarClassifierAnchorParallelFunctor() 726 d_weights, weightsStride, in call() 745 Ncv32f *d_weights, Ncv32u weightsStride, in applyHaarClassifierAnchorParallelDynTemplate() argument 755 d_weights, weightsStride, in applyHaarClassifierAnchorParallelDynTemplate() 781 Ncv32f *d_weights; member [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 388 NCVMatrix<Ncv32f> &d_weights,
|