https://github.com/manciuszz/AHK-OpenCV
OpenCV 2.4 support for AutoHotkey.
https://github.com/manciuszz/AHK-OpenCV
autohotkey computer-vision opencv2
Last synced: about 1 year ago
JSON representation
OpenCV 2.4 support for AutoHotkey.
- Host: GitHub
- URL: https://github.com/manciuszz/AHK-OpenCV
- Owner: manciuszz
- Created: 2020-03-02T14:54:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T20:39:43.000Z (over 4 years ago)
- Last Synced: 2024-11-06T10:44:50.008Z (over 1 year ago)
- Topics: autohotkey, computer-vision, opencv2
- Language: AutoHotkey
- Size: 4.82 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# #OpenCV 2.4 for AutoHotkey

# #How to use
```AutoHotkey
; Create OpenCV instance.
cv := new OpenCV()
pImg := cv.LoadImage("2.png") ; Load IPL type image
cv.ShowImage("Preview", pImg) ; Display input image inside window
```
For general OpenCV capabilities check out the official OpenCV documentation:
> [OpenCV 2.4.13.6 documentation](https://docs.opencv.org/2.4.13.6/)
`Note:` Not all methods are translated to this AHK library.
# #OpenCV 4+ for AutoHotkey?
IT IS POSSIBLE.
Check out [autohotkey.com - OpenCV COM](https://www.autohotkey.com/boards/viewtopic.php?t=96394) or [node-autoit-opencv-com](https://github.com/smbape/node-autoit-opencv-com).
# #Credits
[AutoIT Community](https://www.autoitscript.com/forum/topic/160732-opencv-udf/)