8 lines
163 B
C++
8 lines
163 B
C++
|
#ifdef HAVE_OPENCV_XFEATURES2D
|
||
|
|
||
|
#include "opencv2/xfeatures2d.hpp"
|
||
|
using cv::xfeatures2d::DAISY;
|
||
|
|
||
|
typedef DAISY::NormalizationType DAISY_NormalizationType;
|
||
|
#endif
|