initial addition of BRISK with some tests

This commit is contained in:
Vincent Rabaud
2012-08-23 14:52:01 +02:00
committed by Vadim Pisarevsky
parent 228070a74c
commit 13ded36ecb
6 changed files with 2478 additions and 0 deletions

View File

@@ -247,6 +247,12 @@ void CV_FeatureDetectorTest::run( int /*start_from*/ )
* Tests registrations *
\****************************************************************************************/
TEST( Features2d_Detector_BRISK, regression )
{
CV_FeatureDetectorTest test( "detector-brisk", FeatureDetector::create("BRISK") );
test.safe_run();
}
TEST( Features2d_Detector_FAST, regression )
{
CV_FeatureDetectorTest test( "detector-fast", FeatureDetector::create("FAST") );