Basic Tutorial for node.js openCV

image-recognition, node.js, opencv

Solution

There's the node-opencv module to use OpenCV bindings in node.js. There are some examples in there but I haven't come across any tutorials yet.

Problem

I'm searching for a basic tutorial to use OpenCV with node.js. I couldn't find anything describing the functionality so perhaps anybody can give me an hint where I can find such information. Hope anybody has an idea Daniel

Original source