All Projects → strarsis → node-opencv-templatematching-test

strarsis / node-opencv-templatematching-test

Licence: MIT License
Test for template matching using node-opencv

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-opencv-templatematching-test

nodejs-with-postgres-api-example
k8s course example - node.js app with Postgres, Hapi.js and Swagger
Stars: ✭ 59 (+195%)
Mutual labels:  example
cypress-example-docker-compose
Example running Cypress tests against Apache server via docker-compose
Stars: ✭ 106 (+430%)
Mutual labels:  example
python-in-browser
🐍🛥🌟 Running Python in the browser with Batavia and Starlette
Stars: ✭ 12 (-40%)
Mutual labels:  example
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (+170%)
Mutual labels:  example
djcra
Django ❤️ create-react-app integration example
Stars: ✭ 12 (-40%)
Mutual labels:  example
laravel-docker-redis
Simple example: How to use laravel and redis using docker compose
Stars: ✭ 23 (+15%)
Mutual labels:  example
solana-web3-demo
a quick demo for solana web3
Stars: ✭ 93 (+365%)
Mutual labels:  example
document-server-integration
Examples on how to integrate ONLYOFFICE Document Server into your own website or application
Stars: ✭ 68 (+240%)
Mutual labels:  example
tensorflow flask
tensorflow model deployment in flask REST API
Stars: ✭ 26 (+30%)
Mutual labels:  example
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (+15%)
Mutual labels:  example
APIConnectors
A curated list of example code to collect data from Web APIs using DataPrep.Connector.
Stars: ✭ 22 (+10%)
Mutual labels:  example
microservice-template-ddd
Golnag microservice-template by DDD
Stars: ✭ 13 (-35%)
Mutual labels:  example
go-wasm-examples
Some small examples of using Go and WebAssembly
Stars: ✭ 22 (+10%)
Mutual labels:  example
SimplePipes
A small test pipes mod based around LibBlockAttributes
Stars: ✭ 22 (+10%)
Mutual labels:  example
haskell-tic-tac-toe
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Stars: ✭ 51 (+155%)
Mutual labels:  example
work with stagesepx
about how to use stagesepx in production
Stars: ✭ 41 (+105%)
Mutual labels:  example
match stream
A sample project to show in our scale blog post
Stars: ✭ 30 (+50%)
Mutual labels:  example
lagom-samples
developer.lightbend.com/start/?group=lagom
Stars: ✭ 85 (+325%)
Mutual labels:  example
vue-vuex-todomvc
Example TodoMVC Vue.js app with Vuex store and server backend via REST
Stars: ✭ 41 (+105%)
Mutual labels:  example
MultiTemplateMatching-Python
Object-recognition using multiple templates in python
Stars: ✭ 103 (+415%)
Mutual labels:  template-matching

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].