Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeApplication.cpp197 NCVVectorAlloc<NcvRect32u> h_hypotheses(*this->allocatorCPU.get(), this->width * this->height); in process() local
198 ncvAssertReturn(h_hypotheses.isMemAllocated(), false); in process()