Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@udarrr/template-matcher

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udarrr/template-matcher - npm Package Compare versions

Comparing version 1.0.12 to 1.1.1

2

package.json
{
"name": "@udarrr/template-matcher",
"version": "1.0.12",
"version": "1.1.1",
"main": "dist/index",

@@ -5,0 +5,0 @@ "typings": "dist/index",

@@ -28,5 +28,10 @@ # nut.js Template Matching Image Finder

`npm i @udarrr/template-matcher`
and connect finder to your project
```javascript
import finder from "@udarrr/template-matcher";
//some examples
const matcheImages = finder.findMatch({haystack: pathToImage, needle: pathToTemplate});

@@ -37,2 +42,3 @@ const matcheWithScreen = finder.findMatch({needle: pathToTemplate});

const matchesWithScreen = finder.findMatches({needle: pathToTemplate});
```

@@ -59,4 +65,3 @@

for "TM_SQDIFF" | "TM_SQDIFF_NORMED" confidence by default 0.98
for "TM_CCOEFF" | "TM_CCOEFF_NORMED" | "TM_CCORR" | "TM_CCORR_NORMED" by default 0.8
- for "TM_SQDIFF" | "TM_SQDIFF_NORMED" confidence by default 0.98
- for "TM_CCOEFF" | "TM_CCOEFF_NORMED" | "TM_CCORR" | "TM_CCORR_NORMED" by default 0.8
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc