Skip to content

Commit ab34bf5

Browse files
Merge pull request justadudewhohacks#660 from Mudassir-23/master
Sample app with express & websockets
2 parents 78943ad + bf93c1a commit ab34bf5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
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-
2726
<a name="examples"></a>
2827

2928
# Examples
@@ -90,6 +89,16 @@ 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+
96+
### Automating lights by people detection through classifier
97+
98+
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>.
99+
100+
![user-presence](https://user-images.githubusercontent.com/34403479/70385871-8d62e680-19b7-11ea-855c-3b2febfdbd72.png)
101+
93102
<a name="how-to-install"></a>
94103

95104
# How to install
@@ -559,3 +568,5 @@ Or directly in your code:
559568
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
560569
const cv = require('opencv4nodejs')
561570
```
571+
572+

0 commit comments

Comments
 (0)