Squash all BRISK commits into one.

This commit is contained in:
cbalint13
2015-04-11 12:09:13 +03:00
parent 6aaa6a50e3
commit fb56d5c482
10 changed files with 17384 additions and 21 deletions

View File

@@ -259,6 +259,12 @@ TEST( Features2d_Detector_FAST, regression )
test.safe_run();
}
TEST( Features2d_Detector_AGAST, regression )
{
CV_FeatureDetectorTest test( "detector-agast", AgastFeatureDetector::create() );
test.safe_run();
}
TEST( Features2d_Detector_GFTT, regression )
{
CV_FeatureDetectorTest test( "detector-gftt", GFTTDetector::create() );