@repeato/native-cv 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -340,7 +340,7 @@ export class SiftObjectFinder {
|
|
|
340
340
|
* Native OpenCV module (low-level access)
|
|
341
341
|
*/
|
|
342
342
|
export interface NativeModule {
|
|
343
|
-
|
|
343
|
+
TemplateMatcher: typeof TemplateMatcher;
|
|
344
344
|
SiftObjectFinder: typeof SiftObjectFinder;
|
|
345
345
|
}
|
|
346
346
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repeato/native-cv",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Native OpenCV-based template matching module for Node.js, replacing opencv4nodejs-m1.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"url": "git+https://github.com/repeato-qa/repeato-native-cv.git"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
+
"@repeato/native-cv": "^0.1.4",
|
|
39
40
|
"node-addon-api": "^7.0.0",
|
|
40
41
|
"node-gyp-build": "^4.8.4"
|
|
41
42
|
},
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"prebuildify": "^6.0.1"
|
|
47
48
|
},
|
|
48
49
|
"engines": {
|
|
49
|
-
"node": ">=
|
|
50
|
+
"node": ">=14.0.0"
|
|
50
51
|
},
|
|
51
52
|
"files": [
|
|
52
53
|
"index.js",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|