Commit 47d45c55 authored by Maksim Shabunin's avatar Maksim Shabunin

ximgproc perftest

parent fb8d27c9
...@@ -25,7 +25,7 @@ PERF_TEST_P(daisy, extract, testing::Values(DAISY_IMAGES)) ...@@ -25,7 +25,7 @@ PERF_TEST_P(daisy, extract, testing::Values(DAISY_IMAGES))
Ptr<DAISY> descriptor = DAISY::create(); Ptr<DAISY> descriptor = DAISY::create();
vector<KeyPoint> points; vector<KeyPoint> points;
vector<float> descriptors; Mat_<float> descriptors;
// compute all daisies in image // compute all daisies in image
TEST_CYCLE() descriptor->compute(frame, descriptors); TEST_CYCLE() descriptor->compute(frame, descriptors);
......
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