Skip to content

Commit

Permalink
Merge pull request justadudewhohacks#660 from Mudassir-23/master
Browse files Browse the repository at this point in the history
Sample app with express & websockets
  • Loading branch information
justadudewhohacks authored Dec 21, 2019
2 parents 78943ad + bf93c1a commit ab34bf5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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)**

<a name="examples"></a>

# Examples
Expand Down Expand Up @@ -90,6 +89,16 @@ 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>.

![user-presence](https://user-images.githubusercontent.com/34403479/70385871-8d62e680-19b7-11ea-855c-3b2febfdbd72.png)

<a name="how-to-install"></a>

# How to install
Expand Down Expand Up @@ -559,3 +568,5 @@ Or directly in your code:
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
const cv = require('opencv4nodejs')
```


0 comments on commit ab34bf5

Please sign in to comment.