opencv : Node Bindings to OpenCV. You can installing opencv npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install opencv $ sudo npm install -g opencv
If want to update the opencv package execute the command as below,
$ sudo npm update opencv
Update package globally,
$ npm install -g opencv
$ sudo git clone https://github.com/rektide/opencv.git
$ sudo npm install -g ./opencv
opencv@6.0.0 /usr/lib/node_modules/opencv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall opencv
Package Name | opencv |
Version | 6.0.0 |
Description | Node Bindings to OpenCV |
Released Date | 2016-09-23T10:53:57.818Z |
Published by | peterbraden |
How to Learn | https://www.npmjs.com/package/opencv/tutorial |