Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SURFDetector.detect crash on windows server 2008 #19

Open
Light24 opened this issue Aug 14, 2019 · 0 comments
Open

SURFDetector.detect crash on windows server 2008 #19

Light24 opened this issue Aug 14, 2019 · 0 comments

Comments

@Light24
Copy link

Light24 commented Aug 14, 2019

const cv = require('opencv4nodejs');
const detector = new cv.SURFDetector({hessianThreshold: 400, nOctaves: 4, nOctaveLayers: 2});
const image = cv.imdecode(buffer, 0);
const keyPoints = this.detector.detect(image);

failure on only one machine;
is there a list of system requirements for opencv?
maybee C++ redistributable, or whatever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant