Home
last modified time | relevance | path

Searched refs:d_hypotheses (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeApplication.cpp195 NCVVectorAlloc<NcvRect32u> d_hypotheses(*this->allocatorGPU.get(), this->width * this->height); in process() local
196 ncvAssertReturn(d_hypotheses.isMemAllocated(), false); in process()