Commit d3895582 authored by cbalint13's avatar cbalint13

Add back the wrapper.

parent a7356eb5
......@@ -73,6 +73,13 @@ static const int MAX_NORMALIZATION_ITER = 5;
int g_selected_cubes[MAX_CUBE_NO]; // m_rad_q_no < MAX_CUBE_NO
void DAISY::compute( InputArrayOfArrays images,
std::vector<std::vector<KeyPoint> >& keypoints,
OutputArrayOfArrays descriptors )
{
DescriptorExtractor::compute(images, keypoints, descriptors);
}
/*
!DAISY implementation
*/
......
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