Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 738 Bytes

File metadata and controls

19 lines (14 loc) · 738 Bytes

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