HomeSort by relevance Sort by last modified time
    Searched refs:TestHypothesesGrow (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestHypothesesGrow.h 50 class TestHypothesesGrow : public NCVTestProvider
54 TestHypothesesGrow(std::string testName, NCVTestSourceProvider<Ncv32u> &src,
64 TestHypothesesGrow(const TestHypothesesGrow&);
65 TestHypothesesGrow& operator=(const TestHypothesesGrow&);
TestHypothesesGrow.cpp 46 TestHypothesesGrow::TestHypothesesGrow(std::string testName_, NCVTestSourceProvider<Ncv32u> &src_,
63 bool TestHypothesesGrow::toString(std::ofstream &strOut)
76 bool TestHypothesesGrow::init()
82 bool TestHypothesesGrow::process()
161 bool TestHypothesesGrow::deinit()
main_nvidia.cpp 239 testLister.add(new TestHypothesesGrow(testName, src, 20, 20, 2.2f, i, i/2, i, i/4));
240 testLister.add(new TestHypothesesGrow(testName, src, 10, 42, 1.2f, i, i, i, 0));
242 testLister.add(new TestHypothesesGrow("VectorGrow01b", src, 10, 42, 1.2f, 10, 0, 10, 1));
243 testLister.add(new TestHypothesesGrow("VectorGrow11b", src, 10, 42, 1.2f, 10, 1, 10, 1));
244 testLister.add(new TestHypothesesGrow("VectorGrow10b", src, 10, 42, 1.2f, 10, 1, 10, 0));
245 testLister.add(new TestHypothesesGrow("VectorGrow00b", src, 10, 42, 1.2f, 10, 0, 10, 0));

Completed in 1088 milliseconds