replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
This commit is contained in:
@@ -10,7 +10,7 @@ typedef perf::TestBaseWithParam<std::string> orb;
|
||||
|
||||
#define ORB_IMAGES \
|
||||
"cv/detectors_descriptors_evaluation/images_datasets/leuven/img1.png",\
|
||||
"stitching/a3.jpg"
|
||||
"stitching/a3.png"
|
||||
|
||||
PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES))
|
||||
{
|
||||
|
Reference in New Issue
Block a user