x

Results 9 comments of x

I'm also encountering this issue, but I'm not sure what the problem is. Happy to create a PR, but what kind of check are you talking about?

Change anim_encoder.py line 132 to your filenames. Just had the same error.

The filenames of your files.

no, the readme still contains those syntax errors

No, if you don't use express it's extremely difficult to get the webhooks working. I got it working by reverse engineering the express code and writing/copy/pasting parts of it myself,...

This? ``` javascript var cv = require('./your/opencv'); cv.readImage('/path/to/image', function (err, mat) { var meanstddev = mat.meanStdDev(); console.log(meanstddev); }); ```

I don't use node-opencv anymore unfortunately, but you should debug your `mat` object. I literally took that snippet out of working code.

It could do multichannel. I was using an old version (running on node 0.12 at the time), so maybe that is the problem. We now use opencv using c++ and...

No we don't do that, but our images are small so we don't really care.