You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Generate the UDF files](#generate-the-udf-files)
41
+
-[Breaking changes from v1](#breaking-changes-from-v1)
42
+
-[History](#history)
43
+
44
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
45
45
46
46
## Prerequisites
47
47
48
-
- Download and extract [opencv-4.7.0-windows.exe](https://opencv.org/releases/) into a folder
49
-
- Download and extract [autoit-opencv-4.7.0-com-v2.4.1.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.4.1/autoit-opencv-4.7.0-com-v2.4.1.7z) into a folder
48
+
- Download and extract [opencv-4.8.0-windows.exe](https://opencv.org/releases/) into a folder
49
+
- Download and extract [autoit-opencv-4.8.0-com-v2.4.1.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.4.1/autoit-opencv-4.8.0-com-v2.4.1.7z) into a folder
50
50
51
51
## Usage
52
52
@@ -62,7 +62,7 @@ In fact, the dll being a [Component Object Model (COM)](https://docs.microsoft.c
# extract the autoit-addon and samples folders of autoit-opencv-4.7.0-com-v2.4.1-src.zip
267
-
7z x autoit-opencv-4.7.0-com-v2.4.1-src.zip -aoa 'node-autoit-opencv-com-2.4.1\autoit-addon\*''node-autoit-opencv-com-2.4.1\samples\*'
266
+
# extract the autoit-addon and samples folders of autoit-opencv-4.8.0-com-v2.4.1-src.zip
267
+
7z x autoit-opencv-4.8.0-com-v2.4.1-src.zip -aoa 'node-autoit-opencv-com-2.4.1\autoit-addon\*''node-autoit-opencv-com-2.4.1\samples\*'
268
268
cp -rf node-autoit-opencv-com-2.4.1/* ./
269
269
rm -rf node-autoit-opencv-com-2.4.1
270
270
```
@@ -314,7 +314,7 @@ The transformation will usually be straight from python.
314
314
The translation usually involves 2 steps:
315
315
316
316
- Finding the functions/constants names.
317
-
- Transform the parameter types according to the UDF parameter. This step might involve looking at the [opencv documentation](https://docs.opencv.org/4.7.0/index.html).
317
+
- Transform the parameter types according to the UDF parameter. This step might involve looking at the [opencv documentation](https://docs.opencv.org/4.8.0/index.html).
The [GaussianBlur](https://docs.opencv.org/4.7.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1) documentation gives the following information
360
+
The [GaussianBlur](https://docs.opencv.org/4.8.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1) documentation gives the following information
The [threshold](https://docs.opencv.org/4.7.0/d7/d1b/group__imgproc__misc.html#gae8a4a146d1ca78c626a53577199e9c57) documentation gives the following information
393
+
The [threshold](https://docs.opencv.org/4.8.0/d7/d1b/group__imgproc__misc.html#gae8a4a146d1ca78c626a53577199e9c57) documentation gives the following information
The [findContours](https://docs.opencv.org/4.7.0/d3/dc0/group__imgproc__shape.html#gadf1ad6a0b82947fa1fe3c3d497f260e0) documentation gives the following information
437
+
The [findContours](https://docs.opencv.org/4.8.0/d3/dc0/group__imgproc__shape.html#gadf1ad6a0b82947fa1fe3c3d497f260e0) documentation gives the following information
0 commit comments