Skip to content

geekplux/image-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Match

Compare different images pixel by pixel.

NPM Version NPM Downloads

Demo

http://geekplux.github.io/image-match

Preview

Installation

$ npm install image-match

Usage

import the image-match.js to your HTML.

var similarity = imgMatch.compare(templateImg.src, matchImg.src, function (similarity) {
  console.log(similarity);
});

License

MIT © GeekPlux

About

Compare different images pixel by pixel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published