HomeSort by relevance Sort by last modified time
    Searched defs:TestDrawRects (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestDrawRects.cpp 47 TestDrawRects<T>::TestDrawRects(std::string testName_, NCVTestSourceProvider<T> &src_,
63 bool TestDrawRects<T>::toString(std::ofstream &strOut)
75 bool TestDrawRects<T>::init()
82 bool TestDrawRects<T>::process()
187 bool TestDrawRects<T>::deinit()
193 template class TestDrawRects<Ncv8u>;
194 template class TestDrawRects<Ncv32u>;
TestDrawRects.h 51 class TestDrawRects : public NCVTestProvider
55 TestDrawRects(std::string testName, NCVTestSourceProvider<T> &src, NCVTestSourceProvider<Ncv32u> &src32u,
65 TestDrawRects(const TestDrawRects&);
66 TestDrawRects& operator=(const TestDrawRects&);

Completed in 679 milliseconds