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
Copy file name to clipboardExpand all lines: README.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ In fact, the dll being a [Component Object Model (COM)](https://docs.microsoft.c
45
45
46
46
## Prerequisites
47
47
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.5.0.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.5.0/autoit-opencv-4.8.0-com-v2.5.0.7z) into a folder
48
+
- Download and extract [opencv-4.9.0-windows.exe](https://opencv.org/releases/) into a folder
49
+
- Download and extract [autoit-opencv-4.9.0-com-v2.5.0.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.5.0/autoit-opencv-4.9.0-com-v2.5.0.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.8.0-com-v2.5.0-src.zip
267
-
7z x autoit-opencv-4.8.0-com-v2.5.0-src.zip -aoa 'node-autoit-opencv-com-2.5.0\autoit-addon\*''node-autoit-opencv-com-2.5.0\samples\*'
266
+
# extract the autoit-addon and samples folders of autoit-opencv-4.9.0-com-v2.5.0-src.zip
267
+
7z x autoit-opencv-4.9.0-com-v2.5.0-src.zip -aoa 'node-autoit-opencv-com-2.5.0\autoit-addon\*''node-autoit-opencv-com-2.5.0\samples\*'
268
268
cp -rf node-autoit-opencv-com-2.5.0/* ./
269
269
rm -rf node-autoit-opencv-com-2.5.0
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.8.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.9.0/index.html).
The [GaussianBlur](https://docs.opencv.org/4.8.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1) documentation gives the following information
360
+
The [GaussianBlur](https://docs.opencv.org/4.9.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1) documentation gives the following information
The [threshold](https://docs.opencv.org/4.8.0/d7/d1b/group__imgproc__misc.html#gae8a4a146d1ca78c626a53577199e9c57) documentation gives the following information
393
+
The [threshold](https://docs.opencv.org/4.9.0/d7/d1b/group__imgproc__misc.html#gae8a4a146d1ca78c626a53577199e9c57) documentation gives the following information
The [findContours](https://docs.opencv.org/4.8.0/d3/dc0/group__imgproc__shape.html#gadf1ad6a0b82947fa1fe3c3d497f260e0) documentation gives the following information
437
+
The [findContours](https://docs.opencv.org/4.9.0/d3/dc0/group__imgproc__shape.html#gadf1ad6a0b82947fa1fe3c3d497f260e0) documentation gives the following information
0 commit comments