Commit 4c0d7579 authored by biagio montesano's avatar biagio montesano

Added descriptors' test

parent 15ba3898
This diff is collapsed.
......@@ -257,8 +257,6 @@ void CV_BinaryDescriptorDetectorTest::regressionTest()
std::string imgFilename = std::string( ts->get_data_path() ) + LINE_DESCRIPTOR_DIR + "/" + IMAGE_FILENAME;
std::string resFilename = std::string( ts->get_data_path() ) + DETECTOR_DIR + "/" + fs_name + ".yaml";
std::cout << "PATH " << std::string( ts->get_data_path() ) << std::endl;
// Read the test image.
Mat image = imread( imgFilename );
if( image.empty() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment