Skip to content

Commit

Permalink
Moved boiler plate link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudassir committed Dec 16, 2019
1 parent cb50efd commit bf93c1a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ opencv4nodejs
* **[Async API](#async-api)**
* **[With TypeScript](#with-typescript)**
* **[External Memory Tracking (v4.0.0)](#external-mem-tracking)**
* **[In a webpage through express & websockets](#in-a-web-page)**
<a name="examples"></a>

# Examples
Expand Down Expand Up @@ -90,6 +89,10 @@ Check out <a href="https://medium.com/@muehler.v/machine-learning-with-opencv-an
![plotbgr](https://user-images.githubusercontent.com/31125521/29995016-1b847970-8fdf-11e7-9316-4eb0fd550adc.jpg)
![plotgray](https://user-images.githubusercontent.com/31125521/29995015-1b83e06e-8fdf-11e7-8fa8-5d18326b9cd3.jpg)

### Boiler plate for combination of opencv4nodejs, express and websockets.

[opencv4nodejs-express-websockets](https://github.com/Mudassir-23/opencv4nodejs-express-websockets) - Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets.

### Automating lights by people detection through classifier

Check out <a href="https://medium.com/softway-blog/automating-lights-with-computer-vision-nodejs-fb9b614b75b2"><b>Automating lights with Computer Vision & NodeJS</b></a>.
Expand Down Expand Up @@ -565,9 +568,5 @@ Or directly in your code:
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
const cv = require('opencv4nodejs')
```
<a name="in-a-web-page"></a>

# In a web page through express & websockets

[opencv4nodejs-express-websockets](https://github.com/Mudassir-23/opencv4nodejs-express-websockets) - Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets.

0 comments on commit bf93c1a

Please sign in to comment.