add more test to BRISK

This commit is contained in:
Vincent Rabaud 2012-08-24 02:31:37 +02:00 committed by Vadim Pisarevsky
parent 13ded36ecb
commit b325b2f9a4

View File

@ -119,6 +119,12 @@ protected:
// Registration of tests
TEST(Features2d_Detector_Keypoints_BRISK, validation)
{
CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.BRISK"));
test.safe_run();
}
TEST(Features2d_Detector_Keypoints_FAST, validation)
{
CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.FAST"));