mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
set(the_description "2D Features Framework")
|
||||
ocv_define_module(features2d opencv_imgproc OPTIONAL opencv_flann opencv_highgui WRAP java python)
|
||||
ocv_define_module(features2d opencv_imgproc OPTIONAL opencv_flann opencv_highgui WRAP java python js)
|
||||
|
||||
@@ -137,7 +137,11 @@ public:
|
||||
|
||||
/** @brief Abstract base class for 2D image feature detectors and descriptor extractors
|
||||
*/
|
||||
#ifdef __EMSCRIPTEN__
|
||||
class CV_EXPORTS_W Feature2D : public Algorithm
|
||||
#else
|
||||
class CV_EXPORTS_W Feature2D : public virtual Algorithm
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
virtual ~Feature2D();
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
#ifdef HAVE_OPENCV_FLANN
|
||||
#include "opencv2/flann/miniflann.hpp"
|
||||
#endif
|
||||
#include <limits>
|
||||
#include "opencl_kernels_features2d.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user