Skip to content

Commit bf93c1a

Browse files
author
Mudassir
committed
Moved boiler plate link to examples
1 parent cb50efd commit bf93c1a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ opencv4nodejs
2323
* **[Async API](#async-api)**
2424
* **[With TypeScript](#with-typescript)**
2525
* **[External Memory Tracking (v4.0.0)](#external-mem-tracking)**
26-
* **[In a webpage through express & websockets](#in-a-web-page)**
2726
<a name="examples"></a>
2827

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

92+
### Boiler plate for combination of opencv4nodejs, express and websockets.
93+
94+
[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.
95+
9396
### Automating lights by people detection through classifier
9497

9598
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>.
@@ -565,9 +568,5 @@ Or directly in your code:
565568
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
566569
const cv = require('opencv4nodejs')
567570
```
568-
<a name="in-a-web-page"></a>
569571

570-
# In a web page through express & websockets
571-
572-
[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.
573572

0 commit comments

Comments
 (0)