
OpenCV version (example 3.4.1): 3.4.1
With OpenCV-contrib? (extra modules): no
OS: MacOSX
I'm trying to run matchFeatures.js
xfeatures2d (xmodules in general) are opencv contrib modules
I had the same problem. It is not: cv.xmodules.xfeatures2d, but cv.modules.xfeatures2d. Then it works.
Most helpful comment
I had the same problem. It is not:
cv.xmodules.xfeatures2d, butcv.modules.xfeatures2d.Then it works.