Skip to content

Commit 47d45c5

Browse files
committed
ximgproc perftest
1 parent fb8d27c commit 47d45c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xfeatures2d/perf/perf_daisy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PERF_TEST_P(daisy, extract, testing::Values(DAISY_IMAGES))
2525
Ptr<DAISY> descriptor = DAISY::create();
2626

2727
vector<KeyPoint> points;
28-
vector<float> descriptors;
28+
Mat_<float> descriptors;
2929
// compute all daisies in image
3030
TEST_CYCLE() descriptor->compute(frame, descriptors);
3131

0 commit comments

Comments
 (0)