Home
last modified time | relevance | path

Searched refs:CV_DescriptorMatcherTest (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/test/
Dtest_matchers_algorithmic.cpp54 class CV_DescriptorMatcherTest : public cvtest::BaseTest class
57CV_DescriptorMatcherTest( const string& _name, const Ptr<DescriptorMatcher>& _dmatcher, float _bad… in CV_DescriptorMatcherTest() function in CV_DescriptorMatcherTest
78 CV_DescriptorMatcherTest& operator=(const CV_DescriptorMatcherTest&) { return *this; } in operator =() argument
81 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 …]