We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3276528 commit c369bd3Copy full SHA for c369bd3
package.json
@@ -1,20 +1,20 @@
1
{
2
"name": "opencv4nodejs",
3
"version": "3.1.0",
4
- "description": "Asynchronous OpenCV 3.x API for node.js",
+ "description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
5
"keywords": [
6
"opencv",
7
"cv",
8
"computer vision",
9
+ "face",
10
"detection",
11
"recognition",
- "face",
12
- "gesture",
13
"machine",
14
"learning",
15
"neural",
16
"network",
17
- "async"
+ "async",
+ "typescript"
18
],
19
"author": "justadudewhohacks",
20
"license": "MIT",
0 commit comments