0.0.11 • Published 5 years ago

matchimg v0.0.11

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

Match

A Node.js library (or cli tool) to match something on image.

Demo:

  • Original Image: Original Image
  • Find this Find this
  • Output Window Output Image Output Image cut

Usage:

  • CLI :
# install lib
$ npm i -g matchimg
# or yarn
# yarn global add matchimg
# then 
$ matchimg
Match> 
  • Node.js:
// For exmaple:
const Match = require("matchimg");
// ASync Function that returns cv:
Match("findwaldo.jpg", "waldo.jpg").then((cv)=>{
    // Wait for key
    cv.waitKey();
    // And Exit
    process.exit(0);
});
0.0.11

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago