Home | History | Annotate | Download | only in test

Lines Matching refs:Ncv32u

86                                                        std::string cascadeName_, Ncv32u width_, Ncv32u height_)
116 Ncv32u numStages, numNodes, numFeatures;
174 Ncv32u integralWidth = this->width + 1;
175 Ncv32u integralHeight = this->height + 1;
177 NCVMatrixAlloc<Ncv32u> d_integralImage(*this->allocatorGPU.get(), integralWidth, integralHeight);
181 NCVMatrixAlloc<Ncv32u> h_integralImage(*this->allocatorCPU.get(), integralWidth, integralHeight);
188 NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height);
192 NCVMatrixAlloc<Ncv32u> h_pixelMask(*this->allocatorCPU.get(), this->width, this->height);
201 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral;
209 Ncv32u detectionsOnThisScale_d = 0;
210 Ncv32u detectionsOnThisScale_h = 0;
249 for (Ncv32u i=0; i<searchRoiU.height; i++)
251 for (Ncv32u j=0; j<h_pixelMask.stride(); j++)
294 NCVMatrixAlloc<Ncv32u> h_pixelMask_d(*this->allocatorCPU.get(), this->width, this->height);
312 for (Ncv32u i=0; i<detectionsOnThisScale_d && bLoopVirgin; i++)