@u4/opencv4nodejs
Advanced tools
Comparing version 6.0.5 to 6.0.7
{ | ||
"name": "@u4/opencv4nodejs", | ||
"version": "6.0.5", | ||
"version": "6.0.7", | ||
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@u4/opencv-build": "^0.4.0", | ||
"@u4/opencv-build": "^0.4.1", | ||
"nan": "^2.15.0", | ||
@@ -68,6 +68,6 @@ "native-node-utils": "^0.2.7", | ||
"@types/progress": "^2.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"axios": "^0.24.0", | ||
"eslint": "^8.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"axios": "^0.25.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -74,0 +74,0 @@ "progress": "^2.0.3", |
@@ -13,3 +13,3 @@ import { Mat } from './Mat.d'; | ||
connect(outPin: string, inpPin: string): void; | ||
connect(outLayerId: number, outNum: number, inpLayerId: number, inpNum: number); | ||
connect(outLayerId: number, outNum: number, inpLayerId: number, inpNum: number): void; | ||
dump(): string; | ||
@@ -29,3 +29,3 @@ dumpToFile(path: string): void; | ||
getUnconnectedOutLayers(): number[]; | ||
setInput(blob: Mat, name?: string, scalefactor?: number, mean?: number); | ||
setInput(blob: Mat, name?: string, scalefactor?: number, mean?: number): void; | ||
setInput(blob: Mat, inputName?: string): void; | ||
@@ -32,0 +32,0 @@ |
11353636
Updated@u4/opencv-build@^0.4.1