mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
initial addition of BRISK with some tests
This commit is contained in:
committed by
Vadim Pisarevsky
parent
228070a74c
commit
13ded36ecb
@@ -301,6 +301,13 @@ private:
|
||||
* Tests registrations *
|
||||
\****************************************************************************************/
|
||||
|
||||
TEST( Features2d_DescriptorExtractor_BRISK, regression )
|
||||
{
|
||||
CV_DescriptorExtractorTest<Hamming> test( "descriptor-brisk", (CV_DescriptorExtractorTest<Hamming>::DistanceType)2.f,
|
||||
DescriptorExtractor::create("BRISK") );
|
||||
test.safe_run();
|
||||
}
|
||||
|
||||
TEST( Features2d_DescriptorExtractor_ORB, regression )
|
||||
{
|
||||
// TODO adjust the parameters below
|
||||
|
||||
Reference in New Issue
Block a user