Socket
Socket
Sign inDemoInstall

opencv-wasm

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0-1 to 4.3.0-2

8

package.json
{
"name": "opencv-wasm",
"version": "4.3.0-1",
"version": "4.3.0-2",
"description": "Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node.js environment",

@@ -18,3 +18,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://ezhmd@github.com/ezhmd/opencv-wasm.git"
"url": "git+https://echamudi@github.com/echamudi/opencv-wasm.git"
},

@@ -24,5 +24,5 @@ "author": "Ezzat Chamudi",

"bugs": {
"url": "https://github.com/ezhmd/opencv-wasm/issues"
"url": "https://github.com/echamudi/opencv-wasm/issues"
},
"homepage": "https://github.com/ezhmd/opencv-wasm#readme",
"homepage": "https://github.com/echamudi/opencv-wasm#readme",
"devDependencies": {

@@ -29,0 +29,0 @@ "canvas": "^2.6.1",

# OpenCV-WASM
[![Build Status](https://travis-ci.org/ezhmd/opencv-wasm.svg?branch=master)](https://travis-ci.org/ezhmd/opencv-wasm)
[![Build Status](https://travis-ci.org/echamudi/opencv-wasm.svg?branch=master)](https://travis-ci.org/echamudi/opencv-wasm)

@@ -14,4 +14,4 @@ Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node.js environment.

|---|---|---|
| [dilation.js](https://github.com/ezhmd/opencv-wasm/blob/master/examples/dilation.js) | ![image sample 1](https://github.com/ezhmd/opencv-wasm/blob/develop/examples/input/image-sample-1.jpg?raw=true) | ![dilation](https://github.com/ezhmd/opencv-wasm/blob/develop/examples/expected-output/dilation.png?raw=true) |
| [templateMatching.js](https://github.com/ezhmd/opencv-wasm/blob/master/examples/templateMatching.js) | source:<br>![image sample 2](https://github.com/ezhmd/opencv-wasm/blob/develop/examples/input/image-sample-2.png?raw=true) <br>template:<br> ![image sample 2 template](https://github.com/ezhmd/opencv-wasm/blob/develop/examples/input/image-sample-2-template.png?raw=true) | ![template matching](https://github.com/ezhmd/opencv-wasm/blob/develop/examples/expected-output/template-matching.png?raw=true) |
| [dilation.js](https://github.com/echamudi/opencv-wasm/blob/master/examples/dilation.js) | ![image sample 1](https://github.com/echamudi/opencv-wasm/blob/develop/examples/input/image-sample-1.jpg?raw=true) | ![dilation](https://github.com/echamudi/opencv-wasm/blob/develop/examples/expected-output/dilation.png?raw=true) |
| [templateMatching.js](https://github.com/echamudi/opencv-wasm/blob/master/examples/templateMatching.js) | source:<br>![image sample 2](https://github.com/echamudi/opencv-wasm/blob/develop/examples/input/image-sample-2.png?raw=true) <br>template:<br> ![image sample 2 template](https://github.com/echamudi/opencv-wasm/blob/develop/examples/input/image-sample-2-template.png?raw=true) | ![template matching](https://github.com/echamudi/opencv-wasm/blob/develop/examples/expected-output/template-matching.png?raw=true) |

@@ -29,3 +29,3 @@ ## Installation

You can check the files inside [examples](https://github.com/ezhmd/opencv-wasm/tree/master/examples) folder as reference on how to initialize, loading images, and saving images.
You can check the files inside [examples](https://github.com/echamudi/opencv-wasm/tree/master/examples) folder as reference on how to initialize, loading images, and saving images.

@@ -59,14 +59,23 @@ ## Error Handling

## Contributing
This project is following [git-flow branching model](https://github.com/echamudi/echamudi-docs/blob/master/git-strategy/gitflow.png).
- Please create a branch from `develop`.
- Name it something descriptive other than `master`, `develop`, `release-*`, or `hotfix-*`.
- Open a pull request to `develop`.
Make sure your contributions are compatible with the license of this project.
## Authors
* **Ezzat Chamudi** - [ezhmd](https://github.com/ezhmd)
* **Ezzat Chamudi** - [echamudi](https://github.com/echamudi)
See also the list of [contributors](https://github.com/ezhmd/opencv-wasm/graphs/contributors) who participated in this project.
See also the list of [contributors](https://github.com/echamudi/opencv-wasm/graphs/contributors) who participated in this project.
## License
Code and documentation copyright 2019 the [OpenCV-WASM Project Authors](https://github.com/ezhmd/opencv-wasm/graphs/contributors).
Copyright © 2020 [Ezzat Chamudi](https://github.com/echamudi) and [OpenCV-WASM Project Authors](https://github.com/echamudi/opencv-wasm/graphs/contributors)
OpenCV-WASM code is licensed under [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause). Images, logos, docs, and articles in this OpenCV-WASM project are released under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
OpenCV-WASM code is licensed under [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause). Images, logos, docs, and articles in this project are released under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
Libraries, dependencies, and tools used in this project are tied with their own licenses respectively.
Libraries, dependencies, and tools used in this project are tied with their licenses.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc