justadudewhohacks / justadudewhohacks/opencv4nodejs
cv.imshow not working in Mac
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
HI:
Thank you binding opencv for node!
I try the code in Mac,but the "cv.imshowWait" don't display the image,just hold the process.
```
(async () => {
const img = await cv.imreadAsync('./faces/qiqi-1.jpg')
console.log(img)
cv.imshowWait('face detection', img);
})()
```
Contributor guide
Assessment
This issue has not been assessed yet.