matchimg

0.0.11 • Public • Published

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);
});

Dependents (0)

Package Sidebar

Install

npm i matchimg

Weekly Downloads

2

Version

0.0.11

License

MIT

Unpacked Size

3.11 MB

Total Files

14

Last publish

Collaborators

  • 0x77