Home
last modified time | relevance | path

Searched defs:h_weights (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1020 …NCVMatrixAlloc<Ncv32f> h_weights(cpuAllocator, d_weights.width, d_weights.height, d_weights.pitch); in ncvApplyHaarClassifierCascade_device() local
1905 NCVMatrix<Ncv32f> &h_weights, in ncvApplyHaarClassifierCascade_host()