Opencv4nodejs: xmodules and xfeatures2d are not found and undefined respectively

Created on 27 Jul 2019  路  3Comments  路  Source: justadudewhohacks/opencv4nodejs

image

OpenCV version (example 3.4.1): 3.4.1

With OpenCV-contrib? (extra modules): no

OS: MacOSX

Most helpful comment

I had the same problem. It is not: cv.xmodules.xfeatures2d, but cv.modules.xfeatures2d. Then it works.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Paulito-7 picture Paulito-7  路  5Comments

je3f0o picture je3f0o  路  6Comments

SatoshiKawabata picture SatoshiKawabata  路  5Comments

ryandons picture ryandons  路  4Comments

developer239 picture developer239  路  5Comments