New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mjyc/opencv.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mjyc/opencv.js

OpenCV for JavaScript (mjyc's fork)

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
30
100%
Maintainers
1
Weekly downloads
 
Created
Source

OpenCV.js

This is a fork published to npm. See the original for support etc.

Modifications

To use solvePnP and projectPoints methods in calib3d module that was not exposed to OpenCV.js v3.4.5, I made the these modifications.

Then, I built a asm.js version of opencv.js by following the instructions (essentially, this command: python ./platforms/js/build_js.py build_js --disable_wasm) and copied the output ./build_js/bin/opencv.js file into ./platforms/js/opencv.js/ folder.

Finally, I copied other informative files from the original opencv.js npm pkg and updated README.md file.

Thanks

I thank ganwenyao for demonstrating how to export a module in JavaScript and huningxin and ucisysarch for leaving handful of notes, e.g., here and here.

Keywords

Computer vision

FAQs

Package last updated on 18 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts