Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeLoader.cpp89 NCVVectorAlloc<HaarFeature64> h_HaarFeatures_2(*this->allocatorCPU.get(), numFeatures); in process() local
90 ncvAssertReturn(h_HaarFeatures_2.isMemAllocated(), false); in process()
108 …= ncvHaarLoadFromFile_host(testNvbinName, haar_2, h_HaarStages_2, h_HaarNodes_2, h_HaarFeatures_2); in process()
135 … memcmp(h_HaarFeatures.ptr(), h_HaarFeatures_2.ptr(), haar.NumFeatures * sizeof(HaarFeature64)) ) in process()