justadudewhohacks / justadudewhohacks/opencv4nodejs
Failed install due to opencv-build lib searching pattern is wrong
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
* OpenCV version: 3.4.16
* With OpenCV-contrib: yes
* OS*: Windows 10
see code in getLibsFactory.js:
```javascript
function getLibNameRegex(opencvModuleName) {
return new RegExp("^" + getLibPrefix() + opencvModuleName + "[0-9]{0,3}." + getLibSuffix() + "$");
}
```
this regex pattern does not match with filename like 'opencv_world3416.lib', please update the code.
Contributor guide
Assessment
This issue has not been assessed yet.