Searched refs:testNvbinName (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeLoader.cpp | 98 const std::string testNvbinName = cv::tempfile("test.nvbin"); in process() local 102 … ncvStat = ncvHaarStoreNVBIN_host(testNvbinName, haar, h_HaarStages, h_HaarNodes, h_HaarFeatures); in process() 105 ncvStat = ncvHaarGetClassifierSize(testNvbinName, numStages_2, numNodes_2, numFeatures_2); in process() 108 …ncvStat = ncvHaarLoadFromFile_host(testNvbinName, haar_2, h_HaarStages_2, h_HaarNodes_2, h_HaarFea… in process()
|