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

opencv4nodejs

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencv4nodejs - npm Package Compare versions

Comparing version 2.36.1 to 2.37.0

cc/modules/features2d/descriptorMatchingKnn.cc

2

package.json
{
"name": "opencv4nodejs",
"version": "2.36.1",
"version": "2.37.0",
"description": "Asynchronous OpenCV 3.x API for node.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,2 +17,3 @@ opencv4nodejs

* **[Usage with Electron](#usage-with-electron)**
* **[Usage with NW.js](#usage-with-nwjs)**
* **[Quick Start](#quick-start)**

@@ -141,2 +142,14 @@ * **[Async API](#async-api)**

<a name="usage-with-nwjs"></a>
## Usage with NW.js
Any native modules, including opencv4nodejs, must be recompiled to be used with [NW.js](https://nwjs.io/). Instructions on how to do this are available in the **[Use Native Modules] (http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/)** section of the the NW.js documentation.
Once recompiled, the module can be installed and required as usual:
``` javascript
const cv = require('opencv4nodejs');
```
<a name="quick-start"></a>

@@ -143,0 +156,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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