mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
add more test to BRISK
This commit is contained in:
parent
13ded36ecb
commit
b325b2f9a4
@ -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…
Reference in New Issue
Block a user