#include "OpenCV.h" #if CV_MAJOR_VERSION >= 2 && CV_MINOR_VERSION >=4 #include #include class Features: public node::ObjectWrap { public: static Persistent constructor; static void Init(Handle target); static NAN_METHOD(Similarity); }; #endif