Searched refs:TestHypothesesFilter (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesFilter.h | 50 class TestHypothesesFilter : public NCVTestProvider 54 TestHypothesesFilter(std::string testName, NCVTestSourceProvider<Ncv32u> &src, 64 TestHypothesesFilter(const TestHypothesesFilter&); 65 TestHypothesesFilter& operator=(const TestHypothesesFilter&);
|
D | TestHypothesesFilter.cpp | 46 TestHypothesesFilter::TestHypothesesFilter(std::string testName_, NCVTestSourceProvider<Ncv32u> &sr… in TestHypothesesFilter() function in TestHypothesesFilter 58 bool TestHypothesesFilter::toString(std::ofstream &strOut) in toString() 67 bool TestHypothesesFilter::init() in init() 91 bool TestHypothesesFilter::process() in process() 203 bool TestHypothesesFilter::deinit() in deinit()
|
D | main_nvidia.cpp | 255 testLister.add(new TestHypothesesFilter(testName, src, i, 3, 0.2f)); in generateHypothesesFiltrationTests() 256 testLister.add(new TestHypothesesFilter(testName, src, i, 0, 0.2f)); in generateHypothesesFiltrationTests() 257 testLister.add(new TestHypothesesFilter(testName, src, i, 1, 0.1f)); in generateHypothesesFiltrationTests()
|