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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.11
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.11
    1
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i matchimg

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

3.11 MB

Total Files

14

Last publish

Collaborators

  • 0x77