Hello, I’m trying to use opencv with the npm package opencv4nodejs, the installation process works fine but the problem is when I try to use some extra module of opencv like eigenfaces and fisherfaces.
When I try to use theses modules an error shows to me saying EigenFaceRecognizer is not a valid constructor, I don’t believe the error is with the npm package because de install works well.
When I use the cmake to install theses extra modules the eigen is not intalled, someone know what can I do?
The nodejs code.