strarsis / node-opencv-templatematching-test

Test for template matching using node-opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Test for template matching using node-opencv

License:MIT License


Languages

Language:JavaScript 100.0%