Skip to content

strarsis/node-opencv-templatematching-test

Repository files navigation

Test for template matching using node-opencv

Note: There is now also a matchTemplateByMatrix(...) function which allows matching against an node-opencv matrix instead a file on disk by path.

Credits

Installation + Run

($ cd ~/src)
$ git clone https://github.com/strarsis/node-opencv-templatematching-test.git
$ cd node-openvc-templatematching-test
($ nvm use 6.2.1)
$ npm install
$ node test.js