Searched refs:CV_DescriptorMatcherTest (Results 1 – 1 of 1) sorted by relevance
54 class CV_DescriptorMatcherTest : public cvtest::BaseTest class57 …CV_DescriptorMatcherTest( const string& _name, const Ptr<DescriptorMatcher>& _dmatcher, float _bad… in CV_DescriptorMatcherTest() function in CV_DescriptorMatcherTest78 CV_DescriptorMatcherTest& operator=(const CV_DescriptorMatcherTest&) { return *this; } in operator =() argument81 void CV_DescriptorMatcherTest::emptyDataTest() in emptyDataTest()161 void CV_DescriptorMatcherTest::generateData( Mat& query, Mat& train ) in generateData()193 void CV_DescriptorMatcherTest::matchTest( const Mat& query, const Mat& train ) in matchTest()304 void CV_DescriptorMatcherTest::knnMatchTest( const Mat& query, const Mat& train ) in knnMatchTest()413 void CV_DescriptorMatcherTest::radiusMatchTest( const Mat& query, const Mat& train ) in radiusMatchTest()517 void CV_DescriptorMatcherTest::run( int ) in run()535 CV_DescriptorMatcherTest test( "descriptor-matcher-brute-force", in TEST()[all …]