add more test to BRISK

pull/27/merge
Vincent Rabaud 13 years ago committed by Vadim Pisarevsky
parent 13ded36ecb
commit b325b2f9a4
  1. 6
      modules/features2d/test/test_keypoints.cpp

@ -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"));

Loading…
Cancel
Save