peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.38k stars 857 forks source link

can not read image mat? #552

Closed callmesoul closed 7 years ago

callmesoul commented 7 years ago

opencv.readImage('/public/shopred/bg.jpg', function(err, mat){ console.log(err); ->null console.log(mat) ; -> [ Matrix 0x0 ] }); i replace image but also mat-> [ Matrix 0x0 ]??