peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.37k stars 858 forks source link

[BUG] FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal. #681

Closed wjwhch closed 3 years ago

wjwhch commented 3 years ago

Describe the bug FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.

To Reproduce node: 14.16.0 opencv: 7.0.0

import cv from "opencv"; const imgProc = cv.imgproc; imgProc.getStructuringElement(0, img.size(3,3), point);

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

截屏2021-06-02 上午11 42 18

OS / Libraries

Additional context what can i do. please help