justadudewhohacks / opencv4nodejs

Nodejs bindings to OpenCV 3 and OpenCV 4
MIT License
4.95k stars 825 forks source link

Issue with cv.Mat #881

Open akashmudgal opened 3 months ago

akashmudgal commented 3 months ago

Hello,

I am trying to create an instance of cv.Mat class, and am getting an issue:

image

It says cv.Mat is not a constructor.

Can someone help me with this please? thanks!