You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do not want to set up OpenCV on your own you can simply let this package auto install OpenCV 3.4 + <ahref="https://github.com/opencv/opencv_contrib"><b>OpenCV contrib 3.4</b></a> (might some time):
99
+
If you do not want to set up OpenCV on your own you can simply let this package auto install OpenCV 3.4 + <ahref="https://github.com/opencv/opencv_contrib"><b>OpenCV contrib 3.4</b></a> (might take some time):
100
100
```bash
101
101
$ npm install --save opencv4nodejs
102
102
```
103
103
104
104
## Manual build
105
105
Setting up OpenCV on your own will require you to set an environment variable: *OPENCV4NODEJS_DISABLE_AUTOBUILD=1*.
106
106
107
-
You can either install any of the OpenCV 3+ <ahref="https://github.com/opencv/opencv/releases/"><b>releases</b></a> (note, this will come without contrib) or build OpenCV with or without <ahref="https://github.com/opencv/opencv_contrib"><b>OpenCV contrib</b></a> from source on your own. On Linux and MacOSX the library should be installed under usr/local (which is the default).
107
+
You can either install any of the OpenCV 3+ <ahref="https://github.com/opencv/opencv/releases/"><b>releases</b></a> (note, this will come without contrib) or build OpenCV with or without <ahref="https://github.com/opencv/opencv_contrib"><b>OpenCV contrib</b></a> from source on your own. On Linux and MacOSX the library should be installed under *usr/local* (which is the default).
108
108
109
109
### On Windows
110
110
If you choose to set up OpenCV on your own you have to set the following environment variables before installing opencv4nodejs:
0 commit comments